Skip to content

Commit

Permalink
fix: asaugjhbasukfnjrg Mods.TOML Mods.TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed May 25, 2024
1 parent 6e02ad6 commit 5003258
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ side="BOTH"

[[dependencies.aether_redux]]
modId="minecraft"
type="required"
type="required" #mandatory
versionRange="[1.20.4,1.21)"
ordering="NONE"
side="BOTH"

[[dependencies.aether_redux]]
modId="zenith"
type="required"
type="required" #mandatory
versionRange="[${zenith_version},)"
ordering="NONE"
side="BOTH"

[[dependencies.aether_redux]]
modId = "aether"
type="required"
type="required" #mandatory
versionRange = "[${mc_version}-,)"
ordering = "AFTER"
side = "BOTH"

[[dependencies.aether_redux]]
modId = "aeroblender"
mandatory = true
type="required" #mandatory
versionRange = "[0,)"
ordering = "AFTER"
side = "BOTH"

0 comments on commit 5003258

Please sign in to comment.