fix: noise projection serialization
This commit is contained in:
parent
46c304931d
commit
a575f183b4
@ -104,7 +104,7 @@ data class NoiseProjectionEffect(var rate: Int = 10, var amount: Int = 3) : Proj
|
|||||||
}
|
}
|
||||||
|
|
||||||
override val type
|
override val type
|
||||||
get() = SoundProjection.effect.get()!!
|
get() = NoiseProjection.effect.get()!!
|
||||||
|
|
||||||
override fun toNbt(tag: CompoundTag) {
|
override fun toNbt(tag: CompoundTag) {
|
||||||
tag.putInt(TAG_RATE, rate)
|
tag.putInt(TAG_RATE, rate)
|
||||||
|
Loading…
Reference in New Issue
Block a user