Fix holo sign not marking chunk it is in dirty after setting color
This commit is contained in:
parent
d3b0eb5f92
commit
a7902b66b5
@ -36,6 +36,8 @@ class HoloSignBlockEntity(blockPos: BlockPos, blockState: BlockState) : MatteryB
|
||||
|
||||
if (setByRemote) {
|
||||
markDirtyClientside()
|
||||
} else {
|
||||
markDirtyFast()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user