Rename redstone_dust to redstone

This commit is contained in:
Wuzzy 2017-01-09 18:45:34 +01:00
parent c7af69f9f1
commit 4875b88b86
10 changed files with 17 additions and 17 deletions

View file

@ -243,11 +243,11 @@ function mesecon:update_autoconnect(pos, secondcall, replace_old)
end
end
minetest.register_alias("mesecons:redstone_dust", "mesecons:wire_00000000_off")
minetest.register_alias("mesecons:redstone", "mesecons:wire_00000000_off")
minetest.register_craft({
type = "cooking",
output = "mesecons:redstone_dust",
output = "mesecons:redstone",
recipe = "default:stone_with_redstone",
cooktime = 10,
})