mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-26 02:30:38 +01:00
disable item_entiy.lua, cause crash and we have already builtin_item
This commit is contained in:
parent
971147b48d
commit
d69eb303d6
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user