[Bug]: Ordering doesn't work
Disketaa opened this issue ยท 0 comments
Mod Loader (Required)
Fabric
Minecraft Version(s) (Required)
1.21.1
Mod Version(s) (Required)
21.1.0
Notes (Required)
For some reason, the resourcepacks in one group can't be ordered correctly.
"2": [
"vanilla",
"fabric",
"minecraft:supporteatinganimation"
],
Fabric on top, Vanilla on bottom.
Is it related to options.txt choose resourcepack setting? Maybe ResourcepackOverride doesn't override this?
Here the full json:
{
"schema_version": 2,
"pack_overrides": {
"1": [
"programmer_art",
"high_contrast",
"a_good_place:default_animations",
"file/A Good Place Sample Pack.zip",
"elytratrims:legacy",
"moonlight:mods_dynamic_assets"
],
"2": [
"vanilla",
"fabric",
"minecraft:supporteatinganimation"
],
"3": [
"Default",
"Item Model Consistency"
],
"$$1": {
"hidden": true
},
"$$2": {
"default_position": "bottom",
"required": true,
"hidden": false
},
"$$3": {
"required": true
}
}
}