Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Additional GUI Definitions #25

Open
ChloeDawn opened this issue Feb 19, 2024 · 0 comments
Open

[Request] Additional GUI Definitions #25

ChloeDawn opened this issue Feb 19, 2024 · 0 comments

Comments

@ChloeDawn
Copy link

ChloeDawn commented 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:

{
  "gui": "org.violetmoon.quark.addons.oddities.client.screen.BackpackInventoryScreen",
  "texture": "quark:textures/misc/backpack_gui.png"
}

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

@ChloeDawn ChloeDawn changed the title [Request] Additional GUI Registration [Request] Additional GUI Definitions Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant