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