mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-03 16:10:26 +02:00
Merge e4f2f84203
into 6b42419828
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user