mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Add back getModSourceSets(), as its used by mc dev to do nothing. (#1415)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user