fix: CTS effect
This commit is contained in:
parent
a48b793b7e
commit
11c232228a
@ -10,7 +10,7 @@ import net.minecraft.world.level.block.state.BlockState
|
|||||||
import quaedam.projector.Projector
|
import quaedam.projector.Projector
|
||||||
|
|
||||||
class CTSBlockEntity(pos: BlockPos, state: BlockState) :
|
class CTSBlockEntity(pos: BlockPos, state: BlockState) :
|
||||||
BlockEntity(Projector.blockEntity.get(), pos, state) {
|
BlockEntity(ConstantTemporalSink.blockEntity.get(), pos, state) {
|
||||||
|
|
||||||
override fun getUpdateTag(): CompoundTag = saveWithoutMetadata()
|
override fun getUpdateTag(): CompoundTag = saveWithoutMetadata()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user