Fix converter stores mesecon signals

This commit is contained in:
Niklp09 2023-09-17 10:26:12 +02:00
parent 908678e840
commit ae52a9242d

View File

@ -143,7 +143,7 @@ minetest.register_node("techage:ta3_mesecons_converter_on", {
mesecons = {
receptor = {
state = mesecon.state.on,
state = mesecon.state.off,
rules = mesecon.rules.default,
},
effector = {
@ -164,7 +164,7 @@ minetest.register_node("techage:ta3_mesecons_converter_on", {
paramtype = "light",
light_source = 5,
paramtype2 = "facedir",
groups = {choppy=2, cracky=2, crumbly=2},
groups = {choppy=2, cracky=2, crumbly=2, not_in_creative_inventory=1},
is_ground_content = false,
sounds = default.node_sound_wood_defaults(),
drop = "techage:ta3_mesecons_converter",