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

@ -30,7 +30,10 @@ end
minetest.register_craft({
output = 'technic:gold_locked_chest',
type = "shapeless",
recipe = {'basic_materials:padlock', 'technic:gold_chest'}
recipe = {
'basic_materials:padlock',
'technic:gold_chest',
}
})
technic.chests:register("Gold", {