mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2024-11-24 03:27:19 -05:00
parent
7fab2ce2a9
commit
558df23f24
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class WaterCauldronBlockEntity extends BlockEntity {
|
|||
if (world != null) {
|
||||
if (world.isClient()) {
|
||||
CauldronDyeing.rebuildBlock(pos);
|
||||
} else {
|
||||
} else if (world instanceof ServerWorld) {
|
||||
((ServerWorld) world).getChunkManager().markForUpdate(pos);
|
||||
}
|
||||
super.markDirty();
|
||||
|
|
Loading…
Reference in a new issue