Skip to content

Commit

Permalink
fix too large nodebox of "scifi_nodes:light_dynamic"
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Dec 16, 2020
1 parent d2dd770 commit 178fd9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nodeboxes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,12 @@ minetest.register_node("scifi_nodes:light_dynamic", {
type = "wallmounted",
fixed = {-0.5, -0.5, -0.5, -0.45, 0.5, 0.5}
},
node_box = {
type = "fixed",
fixed = {
fixed = {-0.5, -0.5, -0.5, -0.45, 0.5, 0.5}
}
},
paramtype2 = "wallmounted",
light_source = default.LIGHT_MAX,
groups = {cracky=1, oddly_breakable_by_hand=1},
Expand Down

0 comments on commit 178fd9c

Please sign in to comment.