mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 04:42:37 +02:00
Re-add nametags which were removed accidentally
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user