Fix broken redstone recipes

This commit is contained in:
Wuzzy 2017-01-04 05:04:13 +01:00
parent 5c90c404d2
commit 22a4a76d60
11 changed files with 15 additions and 18 deletions

View file

@ -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"},
}
})