Add back getModSourceSets(), as its used by mc dev to do nothing. (#1415)

This commit is contained in:
modmuss
2025-10-31 21:34:31 +00:00
committed by GitHub
parent f8a465377c
commit 0e2fc99eb1

View File

@@ -181,4 +181,10 @@ public abstract class ModSettings implements Named {
project.apply(Map.of("plugin", LoomCompanionGradlePlugin.NAME));
}
// DO NOT USE THIS!!!
// Added back because the Minecraft dev plugin uses it.
@ApiStatus.Internal
@Deprecated(forRemoval = true)
public abstract ListProperty<SourceSetReference> getModSourceSets();
}