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
1 changed files with 1 additions and 1 deletions

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")