fix: CTS effect

This commit is contained in:
2023-07-27 16:24:50 +08:00
parent a48b793b7e
commit 11c232228a

View File

@@ -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()