Skip to content

Commit b4e5b7c

Browse files
authored
Bump NFRT to fix Forge 1.20.1 issues (#196)
1 parent 1965fc8 commit b4e5b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/neoforged/nfrtgradle/NeoFormRuntimeExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
public abstract class NeoFormRuntimeExtension {
1414
public static final String NAME = "neoFormRuntime";
1515

16-
private static final String DEFAULT_NFRT_VERSION = "1.0.9";
16+
private static final String DEFAULT_NFRT_VERSION = "1.0.12";
1717

1818
@Inject
1919
public NeoFormRuntimeExtension(Project project) {

0 commit comments

Comments
 (0)