Skip to content

Commit

Permalink
fix "walk-through" glass panes (wrong nodebox)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay authored Jul 22, 2020
1 parent 03d097a commit 6492d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octagon_panes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local function register(basename, description, texture)
is_ground_content = false,
node_box = {
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 = {
type = "fixed",
Expand Down

0 comments on commit 6492d31

Please sign in to comment.