Cannot clone net.minecraft.server.ParticleType: No cloner is suitable.
libraryaddict opened this issue ยท 3 comments
Debug paste link: https://pastebin.com/j3gnmC1y
Description and relevant errors: Occurs when trying to deep clone a packet.
It's worth noting that it extends ParticleParam
The cloner works for particles that don't require options, but ParticleParamBlock fails.
ParticleParamItem and ParticleParamRedstone were not tested, but should fail as well as they use the same field.
Caused by: java.lang.IllegalArgumentException: Cannot clone net.minecraft.server.v1_13_R2.Particle@586728e8 ( class net.minecraft.server.v1_13_R2.Particle): No cloner is suitable.