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