Fix broken redstone recipes
This commit is contained in:
parent
5c90c404d2
commit
22a4a76d60
11 changed files with 15 additions and 18 deletions
|
@ -240,3 +240,5 @@ function mesecon:update_autoconnect(pos, secondcall, replace_old)
|
|||
minetest.env:set_node(pos, {name = "mesecons:wire_"..nodeid.."_on" })
|
||||
end
|
||||
end
|
||||
|
||||
minetest.register_alias("mesecons:redstone_dust", "mesecons:wire_00000000_off")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue