diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/TritaniumPressurePlate.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/TritaniumPressurePlate.kt index 59d69ae73..9792bd6a6 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/TritaniumPressurePlate.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/TritaniumPressurePlate.kt @@ -33,6 +33,10 @@ class TritaniumPressurePlate : BasePressurePlateBlock(Properties.of(Material.MET p_49818_.add(TranslatableComponent("$descriptionId.description1").withStyle(ChatFormatting.DARK_GRAY)) } + init { + registerDefaultState(stateDefinition.any().setValue(BlockStateProperties.POWERED, false)) + } + override fun createBlockStateDefinition(p_49915_: StateDefinition.Builder) { super.createBlockStateDefinition(p_49915_) p_49915_.add(BlockStateProperties.POWERED)