YuRaNnNzZZ: а ещё в табличках наверное надо текст приблизить

YuRaNnNzZZ: :wires:
This commit is contained in:
YuRaNnNzZZ 2025-02-18 03:42:27 +03:00
parent 39f72adb9e
commit 6b37ec8683
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D

View File

@ -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')