mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-17 02:55:02 +01:00
Re-add nametags which were removed accidentally
This commit is contained in:
parent
11be72e635
commit
9376edeeda
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue