update technic and pipeworks

This commit is contained in:
Vanessa Ezekowitz
2017-06-17 22:11:09 -04:00
parent ed1e4b7c37
commit 4f3730a3de
3 changed files with 202 additions and 144 deletions

View File

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

View File

@@ -1,3 +1,5 @@
--[[
local udef = technic.chests:definition("Wooden", {
width = 8,
height = 4,
@@ -49,3 +51,5 @@ if minetest.registered_nodes["default:chest_locked"].description == "Locked Ches
lldef.description = ldef.description
end
minetest.override_item("default:chest_locked", lldef)
--]]