From 5df477feab20d4e183ecbe6867bb1586b6a512fd Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 3 Mar 2025 22:29:00 +0700 Subject: [PATCH] Fix grill not marking chunk as dirty when it ticks progress/fuel --- .../mc/otm/block/entity/decorative/GrillBlockEntity.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/decorative/GrillBlockEntity.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/decorative/GrillBlockEntity.kt index da51be08f..7046c6a4a 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/decorative/GrillBlockEntity.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/block/entity/decorative/GrillBlockEntity.kt @@ -192,6 +192,8 @@ class GrillBlockEntity(blockPos: BlockPos, blockState: BlockState) : MatteryBloc level!!.setBlock(blockPos, blockState.set(GrillBlock.STATE_PROPERTY, GrillBlock.State.FUELED), Block.UPDATE_ALL) } } + + markDirtyFast() } else { fuelTotalTicks = 0