Re-add nametags which were removed accidentally

This commit is contained in:
Wuzzy 2018-03-31 21:58:52 +02:00
parent 11be72e635
commit 9376edeeda
1 changed files with 3 additions and 0 deletions

View File

@ -7,4 +7,7 @@ dofile(path .. "/api.lua")
-- Rideable Mobs
dofile(path .. "/mount.lua")
-- Mob Items
dofile(path .. "/crafts.lua")
minetest.log("action", "[MOD] Mobs Redo loaded")