Skip to content

Commit

Permalink
fix street bollard
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkien3 committed Sep 7, 2020
1 parent 44673b9 commit bb5800b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/streets/streets_bollards/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ minetest.register_node("streets:bollard_steel_automatic_up", {
node_box = {
type = "fixed",
fixed = {
{ -0.3125, -0.5, -0.3125, 0.3125, 0.5, 0.3125 }
{ -0.3125, -0.5, -0.3125, 0.3125, 1, 0.3125 }
}
},
bollard = {
Expand Down Expand Up @@ -126,7 +126,7 @@ minetest.register_node("streets:bollard_steel_manual_up", {
node_box = {
type = "fixed",
fixed = {
{ -0.125, -0.5, -0.125, 0.125, 0.5, 0.125 }
{ -0.125, -0.5, -0.125, 0.125, 1, 0.125 }
}
},
bollard = {
Expand Down

0 comments on commit bb5800b

Please sign in to comment.