Fix grill not marking chunk as dirty when it ticks progress/fuel
This commit is contained in:
parent
b83c9edf13
commit
5df477feab
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user