Fix error caused by locked chest recipes (#548)

This commit is contained in:
dokutan
2020-05-03 19:53:43 +02:00
committed by GitHub
parent b2a124dd83
commit 88f42539bb
5 changed files with 10 additions and 10 deletions

View File

@ -22,8 +22,8 @@ minetest.register_craft({
output = 'technic:silver_locked_chest',
type = "shapeless",
recipe = {
{'basic_materials:padlock'},
{'technic:silver_chest'},
'basic_materials:padlock',
'technic:silver_chest',
}
})