Skip to content

Commit

Permalink
Stabilise RunConfigSettings.mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jul 1, 2024
1 parent aab2acc commit 79f0c86
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ public Property<String> devLaunchMainClass() {
*
* <p>This method is currently only available on Forge and NeoForge.
*/
@ApiStatus.Experimental
public NamedDomainObjectContainer<ModSettings> getMods() {
ModPlatform.assertForgeLike(extension);
return mods;
Expand All @@ -485,7 +484,6 @@ public NamedDomainObjectContainer<ModSettings> getMods() {
*
* <p>This method is currently only available on Forge.
*/
@ApiStatus.Experimental
public void mods(Action<NamedDomainObjectContainer<ModSettings>> action) {
action.execute(getMods());
}
Expand Down

0 comments on commit 79f0c86

Please sign in to comment.