Resource Pack Overrides [Forge & Fabric]

Resource Pack Overrides [Forge & Fabric]

19M Downloads

[Bug]: Specifying "fixed_position": true for Fabric Mods resources always loads it at the top of the list, ignoring other configs

ildiem opened this issue ยท 1 comments

commented

Mod Loader (Required)

Fabric

Minecraft Version(s) (Required)

1.20.4

Mod Version(s) (Required)

20.4.2

Notes (Required)

I have my config set to load the Fabric Mods pack first, then various other packs on top of it. However, when the Fabric Mods pack has "fixed_position": true under pack overrides, it always loads at the top of the list, regardless of the default_packs list. Reloading the default packs list with T restores the proper order, but it's a pain to have to do that every time the game boots up.

latest.log (Required)

https://gist.github.com/ildiem/21be308dcd5ad419c1e7448509790886

commented

I can confirm this issue