mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
Allow other source sets to be remapped without needing an access widener
This commit is contained in:
@@ -100,6 +100,10 @@ public class LoomGradleExtension {
|
||||
return installerJson;
|
||||
}
|
||||
|
||||
public void accessWidener(Object file) {
|
||||
this.accessWidener = project.file(file);
|
||||
}
|
||||
|
||||
public File getUserCache() {
|
||||
File userCache = new File(project.getGradle().getGradleUserHomeDir(), "caches" + File.separator + "fabric-loom");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user