diff --git a/build.gradle b/build.gradle index 6f1f2ca..6a9606a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'eclipse' id 'idea' id 'maven-publish' - id 'net.neoforged.gradle.userdev' version '7.0.57' + id 'net.neoforged.gradle.userdev' version '7.0.80' } version = mod_version diff --git a/gradle.properties b/gradle.properties index 19a820d..296c5e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,11 @@ org.gradle.daemon=false org.gradle.debug=false -## Environment Properties +#read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings +# you can also find the latest versions at: https://parchmentmc.org/docs/getting-started +neogradle.subsystems.parchment.minecraftVersion=1.20.3 +neogradle.subsystems.parchment.mappingsVersion=2023.12.31 +# 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 minecraft_version=1.20.4 @@ -12,7 +16,7 @@ minecraft_version=1.20.4 # as they do not follow standard versioning conventions. minecraft_version_range=[1.20.4,1.21) # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=20.4.47-beta +neo_version=20.4.80-beta # The Neo version range can use any version of Neo as bounds neo_version_range=[20.4,) # The loader version range can only use the major version of FML as bounds