@@ -32,7 +32,7 @@ minetest.register_node("mesecons_extrawires:crossover_off", {
32
32
is_ground_content = false ,
33
33
walkable = false ,
34
34
stack_max = 99 ,
35
- selection_box = {type = " fixed" , fixed = {- 16 / 32 - 0.0001 , - 18 / 32 , - 16 / 32 - 0.001 , 16 / 32 + 0.001 , - 5 / 32 , 16 / 32 + 0.001 }},
35
+ selection_box = {type = " fixed" , fixed = {- 16 / 32 - 0.0001 , - 16 / 32 , - 16 / 32 - 0.001 , 16 / 32 + 0.001 , - 5 / 32 , 16 / 32 + 0.001 }},
36
36
groups = {dig_immediate = 3 , mesecon = 3 },
37
37
sounds = default .node_sound_defaults (),
38
38
mesecons = {
@@ -59,7 +59,7 @@ minetest.register_node("mesecons_extrawires:crossover_01", {
59
59
is_ground_content = false ,
60
60
walkable = false ,
61
61
stack_max = 99 ,
62
- selection_box = {type = " fixed" , fixed = {- 16 / 32 - 0.0001 , - 18 / 32 , - 16 / 32 - 0.001 , 16 / 32 + 0.001 , - 5 / 32 , 16 / 32 + 0.001 }},
62
+ selection_box = {type = " fixed" , fixed = {- 16 / 32 - 0.0001 , - 16 / 32 , - 16 / 32 - 0.001 , 16 / 32 + 0.001 , - 5 / 32 , 16 / 32 + 0.001 }},
63
63
groups = {dig_immediate = 3 , mesecon = 3 , not_in_creative_inventory = 1 },
64
64
sounds = default .node_sound_defaults (),
65
65
mesecons = {
@@ -86,7 +86,7 @@ minetest.register_node("mesecons_extrawires:crossover_10", {
86
86
is_ground_content = false ,
87
87
walkable = false ,
88
88
stack_max = 99 ,
89
- selection_box = {type = " fixed" , fixed = {- 16 / 32 - 0.0001 , - 18 / 32 , - 16 / 32 - 0.001 , 16 / 32 + 0.001 , - 5 / 32 , 16 / 32 + 0.001 }},
89
+ selection_box = {type = " fixed" , fixed = {- 16 / 32 - 0.0001 , - 16 / 32 , - 16 / 32 - 0.001 , 16 / 32 + 0.001 , - 5 / 32 , 16 / 32 + 0.001 }},
90
90
groups = {dig_immediate = 3 , mesecon = 3 , not_in_creative_inventory = 1 },
91
91
sounds = default .node_sound_defaults (),
92
92
mesecons = {
@@ -113,7 +113,7 @@ minetest.register_node("mesecons_extrawires:crossover_on", {
113
113
is_ground_content = false ,
114
114
walkable = false ,
115
115
stack_max = 99 ,
116
- selection_box = {type = " fixed" , fixed = {- 16 / 32 - 0.0001 , - 18 / 32 , - 16 / 32 - 0.001 , 16 / 32 + 0.001 , - 5 / 32 , 16 / 32 + 0.001 }},
116
+ selection_box = {type = " fixed" , fixed = {- 16 / 32 - 0.0001 , - 16 / 32 , - 16 / 32 - 0.001 , 16 / 32 + 0.001 , - 5 / 32 , 16 / 32 + 0.001 }},
117
117
groups = {dig_immediate = 3 , mesecon = 3 , not_in_creative_inventory = 1 },
118
118
sounds = default .node_sound_defaults (),
119
119
mesecons = {
0 commit comments