Fix holo sign not marking chunk it is in dirty after setting color

This commit is contained in:
DBotThePony 2024-01-08 21:33:20 +07:00
parent d3b0eb5f92
commit a7902b66b5
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -36,6 +36,8 @@ class HoloSignBlockEntity(blockPos: BlockPos, blockState: BlockState) : MatteryB
if (setByRemote) { if (setByRemote) {
markDirtyClientside() markDirtyClientside()
} else {
markDirtyFast()
} }
} }
} }