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 7b3c09c commit 631c081Copy full SHA for 631c081
src/main/java/net/neoforged/moddevgradle/dsl/NeoFormRuntime.java
@@ -13,7 +13,7 @@
13
* the Minecraft artifacts for compiling and mods.
14
*/
15
public abstract class NeoFormRuntime {
16
- private static final String DEFAULT_NFRT_VERSION = "1.0.5";
+ private static final String DEFAULT_NFRT_VERSION = "1.0.15";
17
18
@Inject
19
public NeoFormRuntime(Project project) {
0 commit comments