From b2612316e0f71f220f1a9c4e577391f394617b13 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Mon, 13 Jan 2025 23:23:36 +0100 Subject: [PATCH] Update NeoForge stuff --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4386d97..baa665a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,8 +5,8 @@ org.gradle.debug=false #read more on this at https://github.com/neoforged/ModDevGradle?tab=readme-ov-file#better-minecraft-parameter-names--javadoc-parchment # you can also find the latest versions at: https://parchmentmc.org/docs/getting-started -parchment_minecraft_version=1.21 -parchment_mappings_version=2024.07.28 +parchment_minecraft_version=1.21.3 +parchment_mappings_version=2024.12.07 # Environment Properties # You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge # The Minecraft version must agree with the Neo version to get a valid artifact @@ -16,7 +16,7 @@ minecraft_version=1.21.3 # as they do not follow standard versioning conventions. minecraft_version_range=[1.21.2, 1.21.4) # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=21.3.4-beta +neo_version=21.3.58 # The Neo version range can use any version of Neo as bounds neo_version_range=[21.2.0-beta,) # The loader version range can only use the major version of FML as bounds