mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Convert AWs on Forge to ATs in RemapJarTask (#24)
* Aw2At * Hook Aw2At up to remapJar * Checkstyle * Checkstyle, part II * Now it's Spotless' turn * Remap the resulting AT * you see, this is why mojmap is bad * Inject(method = "<init>") * Use file systems because ZipUtil is bad * Make it false by default * Add integ tests for aw2at * spotless please * fix year
This commit is contained in:
@@ -149,10 +149,11 @@ public class Constants {
|
||||
}
|
||||
}
|
||||
|
||||
public static final class ForgeUserDev {
|
||||
public static final class Forge {
|
||||
public static final String LAUNCH_TESTING = "net.minecraftforge.userdev.LaunchTesting";
|
||||
public static final String ACCESS_TRANSFORMER_PATH = "META-INF/accesstransformer.cfg";
|
||||
|
||||
private ForgeUserDev() {
|
||||
private Forge() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user