mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Disable patched decompilation task on Neo
This commit is contained in:
@@ -75,7 +75,7 @@ public class SingleJarDecompileConfiguration extends DecompileConfiguration<Mapp
|
||||
});
|
||||
|
||||
// TODO: Support for env-only jars?
|
||||
if (extension.isForgeLike() && extension.getMinecraftJarConfiguration().get() == MinecraftJarConfiguration.MERGED) {
|
||||
if (extension.isForge() && extension.getMinecraftJarConfiguration().get() == MinecraftJarConfiguration.MERGED) {
|
||||
project.getTasks().register("genForgePatchedSources", GenerateForgePatchedSourcesTask.class, task -> {
|
||||
task.setDescription("Decompile Minecraft using Forge's toolchain.");
|
||||
task.setGroup(Constants.TaskGroup.FABRIC);
|
||||
|
||||
@@ -62,6 +62,7 @@ import net.fabricmc.loom.util.SourceRemapper;
|
||||
import net.fabricmc.loom.util.service.ScopedSharedServiceManager;
|
||||
import net.fabricmc.loom.util.service.SharedServiceManager;
|
||||
|
||||
// TODO: NeoForge support
|
||||
public abstract class GenerateForgePatchedSourcesTask extends AbstractLoomTask {
|
||||
/**
|
||||
* The SRG Minecraft file produced by the MCP executor.
|
||||
|
||||
Reference in New Issue
Block a user