From 11c232228a1c80590037faba76b213ea3420c840 Mon Sep 17 00:00:00 2001 From: xtex Date: Thu, 27 Jul 2023 16:24:50 +0800 Subject: [PATCH] fix: CTS effect --- common/src/main/kotlin/quaedam/misc/cts/CTSBlockEntity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/kotlin/quaedam/misc/cts/CTSBlockEntity.kt b/common/src/main/kotlin/quaedam/misc/cts/CTSBlockEntity.kt index 9ef68e9..1d509f3 100644 --- a/common/src/main/kotlin/quaedam/misc/cts/CTSBlockEntity.kt +++ b/common/src/main/kotlin/quaedam/misc/cts/CTSBlockEntity.kt @@ -10,7 +10,7 @@ import net.minecraft.world.level.block.state.BlockState import quaedam.projector.Projector class CTSBlockEntity(pos: BlockPos, state: BlockState) : - BlockEntity(Projector.blockEntity.get(), pos, state) { + BlockEntity(ConstantTemporalSink.blockEntity.get(), pos, state) { override fun getUpdateTag(): CompoundTag = saveWithoutMetadata()