Fix redstone repeater recipe

This commit is contained in:
Wuzzy 2017-02-08 01:44:07 +01:00
parent 62cd0185cd
commit 72fadd752e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ end
minetest.register_craft({
output = "mesecons_delayer:delayer_off_1",
recipe = {
{"mesecons_torch:mesecon_torch_on", "", "mesecons_torch:mesecon_torch_on"},
{"mesecons_torch:mesecon_torch_on", "mesecons:redstone", "mesecons_torch:mesecon_torch_on"},
{"mcl_core:stone","mcl_core:stone", "mcl_core:stone"},
}
})