Fix grill not marking chunk as dirty when it ticks progress/fuel

This commit is contained in:
DBotThePony 2025-03-03 22:29:00 +07:00
parent b83c9edf13
commit 5df477feab
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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