forked from minetest-mods/technic
remove wooden chests redefinitions
they're incompatible with current minetest_game and do nothing useful anyway
This commit is contained in:
@ -9,7 +9,6 @@ technic.chests = {}
|
||||
|
||||
dofile(modpath.."/common.lua")
|
||||
dofile(modpath.."/register.lua")
|
||||
dofile(modpath.."/wooden_chest.lua")
|
||||
dofile(modpath.."/iron_chest.lua")
|
||||
dofile(modpath.."/copper_chest.lua")
|
||||
dofile(modpath.."/silver_chest.lua")
|
||||
|
Reference in New Issue
Block a user