diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/matter/MatterReconstructorBlockEntity.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/matter/MatterReconstructorBlockEntity.kt index 36a157be9..0fcff8458 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/matter/MatterReconstructorBlockEntity.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/matter/MatterReconstructorBlockEntity.kt @@ -52,7 +52,7 @@ class MatterReconstructorBlockEntity(blockPos: BlockPos, blockState: BlockState) var visualItemStack by synchronizer.item(observe = false) private set - var visualProgress by synchronizer.float().property + var visualProgress = 0f private set var isUnableToProcess = false