How to handle the order of resourcepacks?
seriousfreezing opened this issue ยท 4 comments
I want to leave a mandatory base resource pack in light mode.
And an optional resource pack that leaves the buttons in dark mode.
The problem is that any mandatory resource pack in this mod is ALWAYS on top of everyone else. Could this not be the case?
Did you mean that you can still change the order of the non-mandatory resource packs? Because I've only seen the mandatory ones that you can't pull down.
Do you have any other solution for this case of light and dark mode?
It's not on top of all packs, the user can still decide to change the order.
However, it's on top by default. There are some plans for more advanced sorting, but due to how often mojang changed resource packs since 1.18 and the complexity of this, it may take a while.
You can check whether https://www.curseforge.com/minecraft/mc-mods/resource-pack-overrides can do achieve this.
I've been told that it gives you a bit more fine-grained control over stuff.
In the meantime I will have to check it, normally Minecraft would still allow you to move resourcepacks above the force enabled one. Maybe they changed it at one point and I didn't notice.