mirror of
https://github.com/pyrollo/display_modpack.git
synced 2024-11-14 14:20:31 +01:00
Fixed top and bottom nodeboxes in preparation of new rotation abilities
This commit is contained in:
parent
2d63967938
commit
b43c7046d7
|
@ -31,8 +31,8 @@ minetest.register_node("ontime_clocks:green_digital", {
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "wallmounted",
|
type = "wallmounted",
|
||||||
wall_side = { -0.5, -3/16, -7/16, -13/32, 7/32, 7/16 },
|
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 = { -7/16, 0.5, -7/32, 7/16, 13/32, 3/16 },
|
||||||
wall_top = { -0.5, -0.5, -0.5, 0.5, 0.5, 0.5 }
|
wall_bottom = { -7/16, -0.5, -3/16, 7/16, -13/32, 7/32 },
|
||||||
},
|
},
|
||||||
tiles = {"ontime_clocks_digital.png"},
|
tiles = {"ontime_clocks_digital.png"},
|
||||||
groups = {oddly_breakable_by_hand=1, not_blocking_trains=1, display_api=1},
|
groups = {oddly_breakable_by_hand=1, not_blocking_trains=1, display_api=1},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user