You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love a way to define a particle for a given GUI - one possible idea I had was a JSON schema that maps a GUI classpath to a texture, for example:
Alternatively, texture could be a particle, however I believe that would require code registration of a new particle? Which you wouldn't be able to do easily if you were a modpack developer working only with assets and data.
Additionally, a code-based API for mods would be neat too, allowing them to register custom rendering for a particle
The text was updated successfully, but these errors were encountered:
ChloeDawn
changed the title
[Request] Additional GUI Registration
[Request] Additional GUI Definitions
Feb 19, 2024
I would love a way to define a particle for a given GUI - one possible idea I had was a JSON schema that maps a GUI classpath to a texture, for example:
Alternatively,
texture
could be a particle, however I believe that would require code registration of a new particle? Which you wouldn't be able to do easily if you were a modpack developer working only with assets and data.Additionally, a code-based API for mods would be neat too, allowing them to register custom rendering for a particle
The text was updated successfully, but these errors were encountered: