1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2024-12-22 16:10:18 +01:00

fix "walk-through" glass panes (wrong nodebox)

This commit is contained in:
Buckaroo Banzai 2020-07-22 20:23:54 +02:00 committed by GitHub
parent 03d097abf8
commit 6492d311c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ local function register(basename, description, texture)
is_ground_content = false, is_ground_content = false,
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = {{-0.5, -0.5, 0, 0.5, 0.5, 0}}, fixed = {{-0.5, -0.5, -0.03125, 0.5, 0.5, 0.03125}},
}, },
selection_box = { selection_box = {
type = "fixed", type = "fixed",