forked from minetest-mods/technic
Fix error caused by locked chest recipes (#548)
This commit is contained in:
@ -31,8 +31,8 @@ minetest.register_craft({
|
||||
output = 'technic:gold_locked_chest',
|
||||
type = "shapeless",
|
||||
recipe = {
|
||||
{'basic_materials:padlock'},
|
||||
{'technic:gold_chest'},
|
||||
'basic_materials:padlock',
|
||||
'technic:gold_chest',
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user