Rename redstone_dust to redstone
This commit is contained in:
parent
c7af69f9f1
commit
4875b88b86
10 changed files with 17 additions and 17 deletions
|
@ -27,7 +27,7 @@ minetest.register_craft({
|
|||
output = '"mesecons_noteblock:noteblock" 1',
|
||||
recipe = {
|
||||
{"group:wood", "group:wood", "group:wood"},
|
||||
{"group:wood", "mesecons:redstone_dust", "group:wood"},
|
||||
{"group:wood", "mesecons:redstone", "group:wood"},
|
||||
{"group:wood", "group:wood", "group:wood"},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue