Make insulated wires’ selection box fit in the node

This commit is contained in:
number Zero
2018-08-27 00:08:31 +03:00
committed by sfan5
parent c73b451f9b
commit 9e6eac4285
4 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@ minetest.register_node("mesecons_insulated:insulated_on", {
sunlight_propagates = true,
selection_box = {
type = "fixed",
fixed = { -16/32-0.001, -18/32, -7/32, 16/32+0.001, -12/32, 7/32 }
fixed = { -16/32-0.001, -16/32, -7/32, 16/32+0.001, -12/32, 7/32 }
},
node_box = {
type = "fixed",
@ -63,7 +63,7 @@ minetest.register_node("mesecons_insulated:insulated_off", {
sunlight_propagates = true,
selection_box = {
type = "fixed",
fixed = { -16/32-0.001, -18/32, -7/32, 16/32+0.001, -12/32, 7/32 }
fixed = { -16/32-0.001, -16/32, -7/32, 16/32+0.001, -12/32, 7/32 }
},
node_box = {
type = "fixed",