From 6b37ec8683ee9921ea6f50e68925a68e0f8a48d2 Mon Sep 17 00:00:00 2001 From: YuRaNnNzZZ Date: Tue, 18 Feb 2025 03:42:27 +0300 Subject: [PATCH] =?UTF-8?q?YuRaNnNzZZ:=20=D0=B0=20=D0=B5=D1=89=D1=91=20?= =?UTF-8?q?=D0=B2=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=87=D0=BA=D0=B0=D1=85?= =?UTF-8?q?=20=D0=BD=D0=B0=D0=B2=D0=B5=D1=80=D0=BD=D0=BE=D0=B5=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B4=D0=BE=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=D0=B1=D0=BB=D0=B8=D0=B7=D0=B8=D1=82=D1=8C=20YuRaNn?= =?UTF-8?q?NzZZ:=20:wires:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mc/otm/client/render/blockentity/HoloSignRenderer.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/blockentity/HoloSignRenderer.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/blockentity/HoloSignRenderer.kt index dc86fa0d6..7f343934b 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/blockentity/HoloSignRenderer.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/blockentity/HoloSignRenderer.kt @@ -28,7 +28,7 @@ class HoloSignRenderer(private val context: BlockEntityRendererProvider.Context) poseStack.pushPose() poseStack.rotateWithBlockFacing(tile.blockState[BlockRotationFreedom.DIRECTIONAL_WITH_ROTATION]) - poseStack.translate(0.5f, 0.5f, 0.5f) + poseStack.translate(0.5f, 0.5f, 0.75f) poseStack.scale(0.01f, 0.01f, 0.01f) val lines = tile.signText.split('\n')