From 0a01a4f133c766c4c576b53953ca1323b7d2f59c Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 11 Jun 2023 18:11:55 +0700 Subject: [PATCH] Jokerge --- .../otm/block/entity/matter/MatterReconstructorBlockEntity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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