From 34ae57e2592b540c51dfc95f0ae85977b2f42138 Mon Sep 17 00:00:00 2001 From: xtex Date: Thu, 27 Jul 2023 20:40:05 +0800 Subject: [PATCH] feat: move CA core higher --- common/src/main/kotlin/quaedam/misc/causality/CABlock.kt | 4 ++-- .../assets/quaedam/models/block/causality_anchor.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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": {