From c36690fe9456ec4dd3b76d3090797fc1000ba5e1 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sat, 18 Jan 2025 15:36:27 +0700 Subject: [PATCH] Bump max lines limit --- .../mc/otm/block/entity/decorative/HoloSignBlockEntity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/decorative/HoloSignBlockEntity.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/decorative/HoloSignBlockEntity.kt index 95f9429a3..716d829de 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/decorative/HoloSignBlockEntity.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/decorative/HoloSignBlockEntity.kt @@ -100,7 +100,7 @@ class HoloSignBlockEntity(blockPos: BlockPos, blockState: BlockState) : MatteryB } companion object { - const val DEFAULT_MAX_NEWLINES = 10 + const val DEFAULT_MAX_NEWLINES = 16 const val DEFAULT_MAX_LINE_LENGTH = 60 const val CREATIVE_MAX_NEWLINES = 60 const val CREATIVE_MAX_LINE_LENGTH = 240