Skip to content

Commit

Permalink
NeoForge for 1.20.4 does not accept 'mandatory' keyword anymore
Browse files Browse the repository at this point in the history
Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
  • Loading branch information
MeeniMc committed Jan 8, 2024
1 parent bb2ec02 commit 9913c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NeoForge/src/main/resources/META-INF/mods.toml
Expand Up @@ -25,7 +25,7 @@ Improvements to the advancements screen.
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
[[dependencies.betteradvancements]]
modId="neoforge" #mandatory
mandatory=true #mandatory
type="required" #mandatory
versionRange="${neoforgeVersionRange}" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE"
Expand All @@ -34,7 +34,7 @@ side="CLIENT"

[[dependencies.betteradvancements]]
modId="minecraft" #mandatory
mandatory=true #mandatory
type="required" #mandatory
versionRange="${minecraftVersionRange}" #mandatory
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
ordering="NONE"
Expand Down

0 comments on commit 9913c3e

Please sign in to comment.