1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 07:20:33 +02:00

disable item_entiy.lua, cause crash and we have already builtin_item

This commit is contained in:
crabman77 2016-12-02 17:32:14 +01:00
parent 971147b48d
commit d69eb303d6

View File

@ -42,7 +42,7 @@ dofile(default_path.."/trees.lua")
dofile(default_path.."/nodes.lua")
dofile(default_path.."/furnace.lua")
dofile(default_path.."/tools.lua")
dofile(default_path.."/item_entity.lua")
--dofile(default_path.."/item_entity.lua") --remove due to crash and we have already builtin_item
dofile(default_path.."/craftitems.lua")
dofile(default_path.."/crafting.lua")
dofile(default_path.."/mapgen.lua")