Rename redstone_dust to redstone
This commit is contained in:
parent
c7af69f9f1
commit
4875b88b86
10 changed files with 17 additions and 17 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue