mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
Only validate loom version when mixins are to be remapped with TinyRemapper (#1168)
* Only validate loom version when mixins are to be remapped with TinyRemapper * add tests * change existing test to match new logic * update "Valid loom version" test * tabs for indentation, spaces for alignment * fix more sneaky tabs
This commit is contained in:
@@ -81,7 +81,7 @@ public record ArtifactMetadata(boolean isFabricMod, RemapRequirements remapRequi
|
||||
}
|
||||
}
|
||||
|
||||
if (loomVersion != null && refmapRemapType != MixinRemapType.STATIC) {
|
||||
if (loomVersion != null && refmapRemapType == MixinRemapType.STATIC) {
|
||||
validateLoomVersion(loomVersion, currentLoomVersion);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user