This commit is contained in:
Jude Melton-Houghton
2023-12-26 03:04:11 -07:00
committed by GitHub
17 changed files with 155 additions and 118 deletions

View File

@ -69,6 +69,7 @@ minetest.register_node("mesecons_torch:mesecon_torch_off", {
sounds = mesecon.node_sound.default,
mesecons = {receptor = {
state = mesecon.state.off,
rule_node_nocopy = true,
rules = torch_get_output_rules
}},
on_blast = mesecon.on_blastnode,