Skip to content

Commit

Permalink
Update NeoForge
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jul 18, 2024
1 parent 0674525 commit 577f9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.154'
id 'net.neoforged.gradle.userdev' version '7.0.155'
id 'net.darkhax.curseforgegradle'
id 'com.modrinth.minotaur'
}
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ side="BOTH"
[[dependencies.armorposer]]
modId="neoforge"
type="REQUIRED"
versionRange="[21.0.31-beta,)"
versionRange="[21.0.97-beta,)"
ordering="NONE"
side="BOTH"
[[mixins]]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group=com.mrbysco.armorposer
minecraft_version=1.21

# NeoForge
neo_version=21.0.95-beta
neo_version=21.0.106-beta
neogradle.subsystems.parchment.minecraftVersion=1.21
neogradle.subsystems.parchment.mappingsVersion=2024.07.07
neogradle.subsystems.conventions.runs.create-default-run-per-type=false
Expand Down

0 comments on commit 577f9f0

Please sign in to comment.