Posted March 12, 20223 yr The method addParticle(IParticleData, double, double, double, double, double, double) in the type World is not applicable for the arguments (RegistryObject<BasicParticleType>, double, double, double, double, double, double) The error is showing up at this line of code this.world.addParticle(ParticleList.DRAGONFIRE_PARTICLE, this.getPosX() - vec3d1.x, this.getPosY() - vec3d1.y + 0.15D, this.getPosZ() - vec3d1.z, 0.0D, 0.0D, 0.0D); Edited March 12, 20223 yr by deathbyaeth3r
March 12, 20223 yr Author Well, yeah. I've tried changing RegistryObject<BasicParticleType> to IParticleData but It just crashes with the error "Caused by: java.io.FileNotFoundException: minecraft:particles/dragonfire_particle.json" which makes no sense. Edited March 12, 20223 yr by deathbyaeth3r
March 12, 20223 yr Author Honestly, I don't know what else would work. This is my first time creating a new particle. Everything works fine except trying to spawn it in. Edited March 12, 20223 yr by deathbyaeth3r
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.