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:
Juuxel
2021-09-10 21:08:41 +03:00
committed by GitHub
parent aaacd23c8b
commit e1f5f3d6eb
30 changed files with 779 additions and 29 deletions

View File

@@ -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() {
}
}
}