mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Add getBaseMappedJar to make it easier to get the pre-transformed game jar.
This commit is contained in:
@@ -210,6 +210,10 @@ public class MinecraftMappedProvider extends DependencyProvider {
|
||||
return minecraftMappedJar;
|
||||
}
|
||||
|
||||
public final File getBaseMappedJar() {
|
||||
return minecraftMappedJar;
|
||||
}
|
||||
|
||||
public File getUnpickedJar() {
|
||||
return new File(getExtension().getMappingsProvider().mappingsWorkingDir().toFile(), "minecraft-unpicked.jar");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user