Skip to content

Commit

Permalink
use non deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Jun 19, 2024
1 parent 20ba004 commit 80ba399
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ interface PatchProviders {
strategy = Closure.DELEGATE_FIRST
) action: Closure<*>
) {
neoForged {
neoForge {
action.delegate = this
action.resolveStrategy = Closure.DELEGATE_FIRST
action.call()
Expand All @@ -278,7 +278,7 @@ interface PatchProviders {
*/
@Deprecated(message = "neoForged -> neoForge", replaceWith = ReplaceWith("neoForge()"))
fun neoForged() {
neoForged {}
neoForge {}
}

fun neoForge(action: NeoForgedPatcher<*>.() -> Unit)
Expand Down

0 comments on commit 80ba399

Please sign in to comment.