Jump to content

Minecraft 1.19.2 - Problems in Particle registration: Registration not recognized.


Recommended Posts

Posted

It's the first time I try to manufacture custom particles. First, I tried tutorials on the internet, then I started copying known mods, but none worked, all with the same problem:

"Caused by: java.lang.IllegalStateException: Failed to load description for particle modcraft:ice_particles"

Apparently, the problem is in RegisterParticleProvidersEvent registration which is Deprecated. Does anyone know an alternative way to register particles?

here is my classes:

 

Main Class:

  Reveal hidden contents

Class to register all new particles:

  Reveal hidden contents

Customized Particle Class:

  Reveal hidden contents

 Register Event Class

  Reveal hidden contents

 

Could you tell me where the error is?
Minecraft 1.19.2 .

Posted
  On 2/10/2023 at 2:59 AM, DouglasRafael said:

Apparently, the problem is in RegisterParticleProvidersEvent registration which is Deprecated. Does anyone know an alternative way to register particles?

Expand  

It isn't if you're using the event register method, which you are. The failed to load description means it couldn't open the particle json or an error occurred while reading it. Do you have a particle json with the textures in the correct location and you are currently not viewing the file in a text editor of some sort?

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.