Fix broken redstone recipes
This commit is contained in:
parent
5c90c404d2
commit
22a4a76d60
11 changed files with 15 additions and 18 deletions
|
@ -5,7 +5,7 @@ minetest.register_craft({
|
|||
groups = {not_in_creative_inventory=1},
|
||||
recipe = {
|
||||
{'', 'default:gold_ingot', ''},
|
||||
{'default:gold_ingot', 'default:redstone_dust', 'default:gold_ingot'},
|
||||
{'default:gold_ingot', 'mesecons:redstone_dust', 'default:gold_ingot'},
|
||||
{'', 'default:gold_ingot', ''}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue