Skip to content

Commit

Permalink
Bump to neoforge stable
Browse files Browse the repository at this point in the history
  • Loading branch information
legobmw99 committed Jul 28, 2024
1 parent bba1d30 commit a4dc6ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.110-beta`
This mod is currently updated for `Minecraft 1.21` and `NeoForge 21.0.143`

Please verify and report any issues!

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

0 comments on commit a4dc6ff

Please sign in to comment.