diff --git a/README.md b/README.md index 66525033..cb350609 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Allomancy 5.0.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.20.4` and `NeoForge 20.4.148` +This mod is currently updated for `Minecraft 1.20.4` and `NeoForge 20.4.173` Please verify and report any issues! diff --git a/build.gradle b/build.gradle index 463ed433..af115d68 100644 --- a/build.gradle +++ b/build.gradle @@ -103,10 +103,8 @@ dependencies { // runtimeOnly "mezz.jei:jei-${mc_version}-forge:${jei_version}" dependencies { - // Visit https://www.curseforge.com/minecraft/mc-mods/jade/files/all - // to get the latest version's jade_id -// implementation "curse.maven:jade-324717:${jade_id}" - api "curse.maven:jade-324717:${jade_api}" + implementation "curse.maven:jade-324717:${jade_id}" +// api "curse.maven:jade-324717:${jade_api}" } // Example mod dependency using a mod jar from ./libs with a flat dir repository diff --git a/gradle.properties b/gradle.properties index 9c3ee482..c13d91db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,18 +12,19 @@ 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.148-beta +neo_version=20.4.173 # The Neo version range can use any version of Neo as bounds -neo_version_range=[20.4.70,) +neo_version_range=[20.4.167,) # The loader version range can only use the major version of FML as bounds loader_version_range=[2,) #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 -jade_id=4980188 -jade_api=4980190 -jade_version_range=[13,) +# https://www.curseforge.com/minecraft/mc-mods/jade/files/all +jade_id=5109393 +jade_api=5111969 +jade_version_range=[13.3,) ## Mod Properties # The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63} # Must match the String constant located in the main mod class annotated with @Mod.