fix nodeboxes of double- and offset pane

Este commit está contenido en:
Buckaroo Banzai 2020-09-11 21:19:50 +02:00 cometido por GitHub
padre 6492d311c8
commit b54333d56b
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -44,7 +44,7 @@ local function register(basename, description, texture)
is_ground_content = false,
node_box = {
type = "fixed",
fixed = {{-0.5, -0.5, 0, 0.5, 1.5, 0}},
fixed = {{-0.5, -0.5, -0.03125, 0.5, 1.5, 0.03125}},
},
selection_box = {
type = "fixed",
@ -69,7 +69,7 @@ local function register(basename, description, texture)
is_ground_content = false,
node_box = {
type = "fixed",
fixed = {{-0.5, -0.5, 1, 0.5, 0.5, 1}},
fixed = {{-0.5, -0.5, 0.96875, 0.5, 0.5, 1.03125}},
},
selection_box = {
type = "fixed",