mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-01 21:17:46 -05:00
Revert unnecessary custom changes
This commit is contained in:
@@ -288,9 +288,9 @@ public class AbstractPlugin implements Plugin<Project> {
|
||||
if (!remapJarTask.getInput().isPresent()) {
|
||||
jarTask.setClassifier("dev");
|
||||
remapJarTask.setClassifier("");
|
||||
remapJarTask.getInput().set(jarTask.getArchivePath());
|
||||
|
||||
if (extension.isForge()) {
|
||||
remapJarTask.getInput().set(jarTask.getArchivePath());
|
||||
remapJarTask.getToM().set("srg");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ public class AccessWidenerJarProcessor implements JarProcessor {
|
||||
//Remap accessWidener if its not named, allows for AE's to be written in intermediary
|
||||
if (!accessWidener.getNamespace().equals("named")) {
|
||||
try {
|
||||
TinyRemapper tinyRemapper = loomGradleExtension.getMinecraftMappedProvider().getTinyRemapper("intermediary", "named");
|
||||
TinyRemapper tinyRemapper = loomGradleExtension.getMinecraftMappedProvider().getTinyRemapper("official", "named");
|
||||
tinyRemapper.readClassPath(loomGradleExtension.getMinecraftMappedProvider().getRemapClasspath());
|
||||
|
||||
AccessWidenerRemapper remapper = new AccessWidenerRemapper(accessWidener, tinyRemapper.getRemapper(), "named");
|
||||
|
||||
Reference in New Issue
Block a user