mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix mixin mapping being shared between all projects.
This commit is contained in:
@@ -399,4 +399,8 @@ public class LoomGradleExtension {
|
||||
public boolean isShareCaches() {
|
||||
return shareCaches;
|
||||
}
|
||||
|
||||
public File getMixinMappings() {
|
||||
return new File(getProjectBuildCache(), "mixin-map-" + getMinecraftProvider().getMinecraftVersion() + "-" + getMappingsProvider().mappingsVersion + ".tiny");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user