Jump to content

[SOLVED][1.12.2]How to add particles


tebreca

Recommended Posts

Dear minecraftforge forums,

So, I was trying to add particles.

But the EnumHelper doesn't seem to have any method to add particles. How do I add a particle, and how does one change a particle's texture without gl code?

Thanks for taking a look

Edited by tebreca
added solved
Link to comment
Share on other sites

3 hours ago, tebreca said:

how do I retrieve a TextureAtlasSprite?

It depends on which TextureAtlasSprite you want. Do you want a block's/item's texture? Use BakedQuad#getSprite. Do you want a custom sprite? Use TextureStitchEvent, register your sprite using TextureMap#registerSprite, it will return you a TextureAtlasSprite you can store and reference later.

Link to comment
Share on other sites

10 hours ago, V0idWa1k3r said:

It depends on which TextureAtlasSprite you want. Do you want a block's/item's texture? Use BakedQuad#getSprite. Do you want a custom sprite? Use TextureStitchEvent, register your sprite using TextureMap#registerSprite, it will return you a TextureAtlasSprite you can store and reference later.

all right, thanks!

Link to comment
Share on other sites

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.