Update 'mods/default/init.lua'

This commit is contained in:
thunderdog1138 2020-05-17 19:25:21 +00:00
parent eb4b54ae55
commit 693d1fe681
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ default.gui_survival_form = "size[8,8.5]"..
local default_path = minetest.get_modpath("default")
dofile(default_path.."/functions.lua")
dofile(default_path.."/trees.lua")
dofile(default_path.."/nodes.lua")
dofile(default_path.."/chests.lua")
dofile(default_path.."/furnace.lua")