FabricMC / fabric

Essential hooks for modding with Fabric.
Apache License 2.0
2.31k stars 404 forks source link

[1.21] Resource Conditions in Pack Overlays #3872

Closed Apollounknowndev closed 1 month ago

Apollounknowndev commented 3 months ago

Supercedes #3702, rebased to target 1.21.

1.20.2 added pack overlays (explained in the 23w31a changelog), which conditionally overlay resource/data pack files from sub-directories onto the base pack. This PR extends this system to allow for overlays based on resource conditions, which allow overlays to be applied based on conditions other than just the current pack format.

modmuss50 commented 3 months ago

It looks like the conditionalrecipes game tests are failing. 🤔

Apollounknowndev commented 3 months ago

Fixed the failing gametest by moving the conditional overlays test into a proper gametest.