update technic and pipeworks
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")
|
||||
|
@@ -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)
|
||||
|
||||
--]]
|
||||
|
Reference in New Issue
Block a user