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

@ -21,7 +21,10 @@ end
minetest.register_craft({
output = 'technic:silver_locked_chest',
type = "shapeless",
recipe = {'basic_materials:padlock', 'technic:silver_chest'}
recipe = {
'basic_materials:padlock',
'technic:silver_chest',
}
})
technic.chests:register("Silver", {