From 67767d0369fa71d109a39261f5e189a962e23522 Mon Sep 17 00:00:00 2001 From: "neoforged-renovate[bot]" <174042230+neoforged-renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:05:14 +0000 Subject: [PATCH] Update dependency net.neoforged:neoform-runtime to v1.0.19 --- .../java/net/neoforged/moddevgradle/dsl/NeoFormRuntime.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/neoforged/moddevgradle/dsl/NeoFormRuntime.java b/src/main/java/net/neoforged/moddevgradle/dsl/NeoFormRuntime.java index 460e6a5c..36b946a0 100644 --- a/src/main/java/net/neoforged/moddevgradle/dsl/NeoFormRuntime.java +++ b/src/main/java/net/neoforged/moddevgradle/dsl/NeoFormRuntime.java @@ -13,7 +13,7 @@ * the Minecraft artifacts for compiling and mods. */ public abstract class NeoFormRuntime { - private static final String DEFAULT_NFRT_VERSION = "1.0.5"; + private static final String DEFAULT_NFRT_VERSION = "1.0.19"; @Inject public NeoFormRuntime(Project project) {