Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
legobmw99 committed Jun 27, 2024
1 parent 82d830d commit aaf6d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.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.38-beta`
This mod is currently updated for `Minecraft 1.21` and `NeoForge 21.0.40-beta`

Please verify and report any issues!

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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.38-beta
neo_version=21.0.40-beta
# The Neo version range can use any version of Neo as bounds
neo_version_range=[21.0.38-beta,)
neo_version_range=[21.0.40-beta,)
# 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
Expand Down

0 comments on commit aaf6d8a

Please sign in to comment.