aboutsummaryrefslogtreecommitdiff
path: root/ontime_clocks
diff options
context:
space:
mode:
authorPierre-Yves Rollo <dev@pyrollo.com>2019-03-09 19:11:44 +0100
committerPierre-Yves Rollo <dev@pyrollo.com>2019-03-09 19:11:44 +0100
commitb43c7046d7b9e30504698b98fba043b9b5538e34 (patch)
tree6198c8eb2f257e3091eb806e1d33038995e54fe8 /ontime_clocks
parent2d63967938bc07f83caf717b1928f6cc788da7d5 (diff)
downloaddisplay_modpack_no_craft-b43c7046d7b9e30504698b98fba043b9b5538e34.tar.gz
display_modpack_no_craft-b43c7046d7b9e30504698b98fba043b9b5538e34.zip
Fixed top and bottom nodeboxes in preparation of new rotation abilities
Diffstat (limited to 'ontime_clocks')
-rw-r--r--ontime_clocks/nodes.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/ontime_clocks/nodes.lua b/ontime_clocks/nodes.lua
index 9e7178b..107d2e9 100644
--- a/ontime_clocks/nodes.lua
+++ b/ontime_clocks/nodes.lua
@@ -31,8 +31,8 @@ minetest.register_node("ontime_clocks:green_digital", {
node_box = {
type = "wallmounted",
wall_side = { -0.5, -3/16, -7/16, -13/32, 7/32, 7/16 },
- wall_bottom = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 },
- wall_top = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 }
+ wall_top = { -7/16, 0.5, -7/32, 7/16, 13/32, 3/16 },
+ wall_bottom = { -7/16, -0.5, -3/16, 7/16, -13/32, 7/32 },
},
tiles = {"ontime_clocks_digital.png"},
groups = {oddly_breakable_by_hand=1, not_blocking_trains=1, display_api=1},