feat: move CA core higher

This commit is contained in:
xtex 2023-07-27 20:40:05 +08:00
parent 73923b9586
commit 34ae57e259
Signed by: xtex
GPG Key ID: B918086ED8045B91
2 changed files with 4 additions and 4 deletions

View File

@ -59,12 +59,12 @@ object CABlock : HorizontalDirectionalBlock(
when (state.getValue(FACING)) { when (state.getValue(FACING)) {
Direction.WEST, Direction.EAST -> Shapes.or( Direction.WEST, Direction.EAST -> Shapes.or(
box(0.0, 0.0, 0.0, 16.0, 12.0, 16.0), box(0.0, 0.0, 0.0, 16.0, 12.0, 16.0),
box(7.0, 13.0, 6.0, 9.0, 15.0, 10.0), box(7.0, 14.0, 6.0, 9.0, 16.0, 10.0),
) )
Direction.SOUTH, Direction.NORTH -> Shapes.or( Direction.SOUTH, Direction.NORTH -> Shapes.or(
box(0.0, 0.0, 0.0, 16.0, 12.0, 16.0), box(0.0, 0.0, 0.0, 16.0, 12.0, 16.0),
box(6.0, 13.0, 7.0, 10.0, 15.0, 9.0), box(6.0, 14.0, 7.0, 10.0, 16.0, 9.0),
) )
else -> throw IllegalStateException(state.getValue(FACING).name) else -> throw IllegalStateException(state.getValue(FACING).name)

View File

@ -394,12 +394,12 @@
"name": "core", "name": "core",
"from": [ "from": [
6, 6,
13, 14,
7 7
], ],
"to": [ "to": [
10, 10,
15, 16,
9 9
], ],
"faces": { "faces": {