fix: CTS effect

This commit is contained in:
xtex 2023-07-27 16:24:50 +08:00
parent a48b793b7e
commit 11c232228a
Signed by: xtex
GPG Key ID: B918086ED8045B91

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