From a4dc6ff4f778dd02736a8bc75414bd8dafbd7376 Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 28 Jul 2024 15:25:15 -0400 Subject: [PATCH] Bump to neoforge stable --- README.md | 2 +- build.gradle | 4 ++-- gradle.properties | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8948e971..b8fc9f0f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Allomancy 5.1.0 This mod adds the basics of [Allomancy](http://coppermind.net/wiki/Allomancy) from Brandon Sanderson's book series *Mistborn*. -This mod is currently updated for `Minecraft 1.21` and `NeoForge 21.0.110-beta` +This mod is currently updated for `Minecraft 1.21` and `NeoForge 21.0.143` Please verify and report any issues! diff --git a/build.gradle b/build.gradle index f280b49a..c52dcb5e 100644 --- a/build.gradle +++ b/build.gradle @@ -3,8 +3,8 @@ plugins { id 'eclipse' id 'idea' id 'maven-publish' - id 'net.neoforged.gradle.userdev' version '7.0.155' - id 'net.neoforged.gradle.mixin' version '7.0.155' + id 'net.neoforged.gradle.userdev' version '7.0.157' + id 'net.neoforged.gradle.mixin' version '7.0.157' } tasks.named('wrapper', Wrapper).configure { diff --git a/gradle.properties b/gradle.properties index 2b81e980..88a477c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,17 +12,17 @@ minecraft_version=1.21 # as they do not follow standard versioning conventions. minecraft_version_range=[1.21,1.22) # The Neo version must agree with the Minecraft version to get a valid artifact -neo_version=21.0.113-beta +neo_version=21.0.143 # The Neo version range can use any version of Neo as bounds -neo_version_range=[21.0.110-beta,) +neo_version_range=[21.0.143,) # The loader version range can only use the major version of FML as bounds loader_version_range=[4,) # 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.21 -neogradle.subsystems.parchment.mappingsVersion=2024.07.07 +neogradle.subsystems.parchment.mappingsVersion=2024.07.28 # https://www.curseforge.com/minecraft/mc-mods/jade/files/all -jade_id=5444008 +jade_id=5572926 jade_api=5427895 jade_version_range=[15,) ## Mod Properties