forked from mtcontrib/display_modpack
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 = {
|
||||
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},
|
||||
|
|
Loading…
Reference in New Issue
Block a user