Skip to content

Commit

Permalink
fix: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed May 25, 2024
1 parent 5003258 commit 0a2ce6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ subsystems {
}

dependencies {
implementation "net.neoforged:neoforge:${neo_version}"
implementation "net.neoforged:neoforge:${neoforge_version}"

implementation "com.aetherteam.aether:aether:${aether_version}"
implementation "com.aetherteam.nitrogen:nitrogen_internals:${nitrogen_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod_version=2.1-pre1
mod_id=aether_redux
mod_name=The Aether: Redux
mc_version=1.20.4
neo_version=20.4.147-beta
neoforge_version=20.4.200
mixin_version=0.8.5
mappings=2024.04.14

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The main reason the mod exists is for the Aether: Redux, but it may be used in t
[[dependencies.aether_redux]] #optional
modId="neoforge" #mandatory
type="required" #mandatory
versionRange="[20.4,)" #mandatory
versionRange="[20.4.167,)"
ordering="NONE"
side="BOTH"

Expand Down

0 comments on commit 0a2ce6f

Please sign in to comment.