Mark chunk dirty when grill fuel ticks

This commit is contained in:
DBotThePony 2025-03-01 12:22:24 +07:00
parent bf7c9277ee
commit 1b5476de40
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -201,6 +201,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