forked from VoxeLibre/VoxeLibre
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