mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Append platform suffix again
This commit is contained in:
@@ -138,7 +138,7 @@ public class LoomDependencyManager {
|
||||
|
||||
SourceRemapper sourceRemapper = new SourceRemapper(project, true);
|
||||
String platformSuffix = extension.isForge() ? "_forge" : "";
|
||||
String mappingsKey = mappingsProvider.getMappingsKey();
|
||||
String mappingsKey = mappingsProvider.getMappingsKey() + platformSuffix;
|
||||
|
||||
if (extension.getInstallerJson() == null) {
|
||||
//If we've not found the installer JSON we've probably skipped remapping Fabric loader, let's go looking
|
||||
|
||||
Reference in New Issue
Block a user