Skip to content

Commit

Permalink
Version bumps, time for release!
Browse files Browse the repository at this point in the history
  • Loading branch information
legobmw99 committed Feb 23, 2024
1 parent 03a7f2d commit 5013cce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5013cce

Please sign in to comment.