-
-
Notifications
You must be signed in to change notification settings - Fork 701
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
Resource Subpack Loading #4939
Comments
yeah, the settings object in the manifest should also be exposed |
The settings toggles aren't shown while a Bedrock client is connected to a server, so that is not something that we can implement. However, it seems to be possible to specify which subpack to load when sending the resource pack info entries to the client. |
im saying that the settings object should be loaded and accessible in the api from the manifest.json because it has the list of all subpacks which can be helpful for optional pack loading extensions |
Made a PR - opened as a draft as there are some things worth discussing.
that's a pretty dumb way to do it, re-implementing a better solution |
What feature do you want to see added?
A way to resource pack subpacks using Geyser API
There should be a list of subpacks somewhere like what ResourcePackManifest has right now for modules, but with subpacks instead.
SessionLoadResourcePacksEvent would have an extra
register(ResourcePack pack, Subpack pack)
function.Are there any alternatives?
Manually loading individual packs
The text was updated successfully, but these errors were encountered: