forked from FabricMC/fabric-loom
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes dep AT remapping on Forge 1.20.6+ - the filter was choosing the wrong mapping option as it's only designed for one extra namespace. The optimisation isn't strictly needed. If it's added back in the future, we need to make sure that ModProcessor gets the full mapping tree.
- Loading branch information
Showing
4 changed files
with
5 additions
and
75 deletions.
There are no files selected for viewing
27 changes: 3 additions & 24 deletions
27
src/main/java/dev/architectury/loom/util/MappingOption.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
src/test/groovy/net/fabricmc/loom/test/unit/architectury/MappingOptionTest.groovy
This file was deleted.
Oops, something went wrong.