This commit is contained in:
BuckarooBanzay
2020-05-04 08:13:43 +02:00
5 changed files with 20 additions and 5 deletions

View File

@ -26,7 +26,10 @@ minetest.register_craft({
minetest.register_craft({
output = 'technic:iron_locked_chest 1',
type = "shapeless",
recipe = {'basic_materials:padlock', 'technic:iron_chest'}
recipe = {
'basic_materials:padlock',
'technic:iron_chest',
}
})
technic.chests:register("Iron", {