From 56ec34097f065bd70f5a9d791114c384066cfd25 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Fri, 9 Sep 2022 15:37:55 +0700 Subject: [PATCH] Reduce lightbeam length of laboratory lamps --- src/main/kotlin/ru/dbotthepony/mc/otm/block/LaboratoryLamp.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/LaboratoryLamp.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/LaboratoryLamp.kt index 404570f87..78801d672 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/LaboratoryLamp.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/LaboratoryLamp.kt @@ -22,7 +22,7 @@ import ru.dbotthepony.mc.otm.core.unaryMinus import ru.dbotthepony.mc.otm.once import ru.dbotthepony.mc.otm.registry.MBlocks -const val LIGHT_LENGTH = 6 +const val LIGHT_LENGTH = 3 class LaboratoryLampLight : Block(Properties.of(Material.AIR).strength(-1.0F, 3600000.8F).noLootTable().noOcclusion().lightLevel { 15 }) { override fun createBlockStateDefinition(builder: StateDefinition.Builder) {