Update 'mods/default/init.lua'

This commit is contained in:
thunderdog1138 2020-05-17 20:46:34 +00:00
parent a6adeb645f
commit 7fd50d0498
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ dofile(default_path.."/chests.lua")
dofile(default_path.."/furnace.lua")
dofile(default_path.."/torch.lua")
dofile(default_path.."/tools.lua")
dofile(default_path.."/food.lua")
dofile(default_path.."/item_entity.lua")
dofile(default_path.."/craftitems.lua")
dofile(default_path.."/crafting.lua")