Fix converter stores mesecon signals
This commit is contained in:
parent
908678e840
commit
ae52a9242d
@ -143,7 +143,7 @@ minetest.register_node("techage:ta3_mesecons_converter_on", {
|
|||||||
|
|
||||||
mesecons = {
|
mesecons = {
|
||||||
receptor = {
|
receptor = {
|
||||||
state = mesecon.state.on,
|
state = mesecon.state.off,
|
||||||
rules = mesecon.rules.default,
|
rules = mesecon.rules.default,
|
||||||
},
|
},
|
||||||
effector = {
|
effector = {
|
||||||
@ -164,7 +164,7 @@ minetest.register_node("techage:ta3_mesecons_converter_on", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
light_source = 5,
|
light_source = 5,
|
||||||
paramtype2 = "facedir",
|
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,
|
is_ground_content = false,
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
drop = "techage:ta3_mesecons_converter",
|
drop = "techage:ta3_mesecons_converter",
|
||||||
|
Loading…
Reference in New Issue
Block a user