mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Re-add nametags which were removed accidentally
This commit is contained in:
parent
11be72e635
commit
9376edeeda
@ -7,4 +7,7 @@ dofile(path .. "/api.lua")
|
|||||||
-- Rideable Mobs
|
-- Rideable Mobs
|
||||||
dofile(path .. "/mount.lua")
|
dofile(path .. "/mount.lua")
|
||||||
|
|
||||||
|
-- Mob Items
|
||||||
|
dofile(path .. "/crafts.lua")
|
||||||
|
|
||||||
minetest.log("action", "[MOD] Mobs Redo loaded")
|
minetest.log("action", "[MOD] Mobs Redo loaded")
|
||||||
|
Loading…
Reference in New Issue
Block a user