Skip to content

Commit

Permalink
Address #332 by syncing with FAPI's behavior
Browse files Browse the repository at this point in the history
I don't like this!
  • Loading branch information
EnnuiL committed Jul 29, 2023
1 parent a4e7ae5 commit 2ff57f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public static GroupResourcePack.Wrapped buildVanillaBuiltinResourcePack(Resource
var packs = new ArrayList<ResourcePack>();
appendModResourcePacks(packs, type, packName);

return new GroupResourcePack.Wrapped(type, vanillaPack, packs, true);
return new GroupResourcePack.Wrapped(type, vanillaPack, packs, false);
}

/* Built-in resource packs */
Expand Down

0 comments on commit 2ff57f2

Please sign in to comment.