diff --git a/common/src/main/kotlin/quaedam/misc/causality/CABlock.kt b/common/src/main/kotlin/quaedam/misc/causality/CABlock.kt index 80c471e..8b58ddc 100644 --- a/common/src/main/kotlin/quaedam/misc/causality/CABlock.kt +++ b/common/src/main/kotlin/quaedam/misc/causality/CABlock.kt @@ -59,12 +59,12 @@ object CABlock : HorizontalDirectionalBlock( when (state.getValue(FACING)) { Direction.WEST, Direction.EAST -> Shapes.or( 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( 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) diff --git a/common/src/main/resources/assets/quaedam/models/block/causality_anchor.json b/common/src/main/resources/assets/quaedam/models/block/causality_anchor.json index 7d177e5..6d30ef6 100644 --- a/common/src/main/resources/assets/quaedam/models/block/causality_anchor.json +++ b/common/src/main/resources/assets/quaedam/models/block/causality_anchor.json @@ -394,12 +394,12 @@ "name": "core", "from": [ 6, - 13, + 14, 7 ], "to": [ 10, - 15, + 16, 9 ], "faces": {