We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1965fc8 commit b4e5b7cCopy full SHA for b4e5b7c
src/main/java/net/neoforged/nfrtgradle/NeoFormRuntimeExtension.java
@@ -13,7 +13,7 @@
13
public abstract class NeoFormRuntimeExtension {
14
public static final String NAME = "neoFormRuntime";
15
16
- private static final String DEFAULT_NFRT_VERSION = "1.0.9";
+ private static final String DEFAULT_NFRT_VERSION = "1.0.12";
17
18
@Inject
19
public NeoFormRuntimeExtension(Project project) {
0 commit comments