From 1c6889f6bc0b20ed32ddf9ed90d2a3994ce8f5e2 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Tue, 25 Jul 2023 14:57:38 +0700 Subject: [PATCH] Is this some kind of sick joke --- .../mc/otm/block/entity/matter/MatterReplicatorBlockEntity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/matter/MatterReplicatorBlockEntity.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/matter/MatterReplicatorBlockEntity.kt index 5fdbf1357..73147dbc3 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/matter/MatterReplicatorBlockEntity.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/matter/MatterReplicatorBlockEntity.kt @@ -62,7 +62,7 @@ class MatterReplicatorBlockEntity(p_155229_: BlockPos, p_155230_: BlockState) : DecimalCodec.minRange(Decimal.ZERO).fieldOf("matterValue").forGetter(ReplicatorJob::matterValue), PatternState.CODEC.optionalFieldOf("pattern").forGetter(ReplicatorJob::pattern), Codec.BOOL.fieldOf("asDust").forGetter(ReplicatorJob::asDust), - Codec.doubleRange(0.0, Double.MAX_VALUE).fieldOf("ticks").forGetter(ReplicatorJob::ticks), + Codec.doubleRange(0.0, Double.MAX_VALUE).fieldOf("Ticks").forGetter(ReplicatorJob::ticks), ).apply(it, ::ReplicatorJob) } }