Skip to content

Commit

Permalink
Fix dependency info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed Feb 1, 2024
1 parent cd9d468 commit c2a5eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neoforge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ ${mod_description}

[[dependencies.${ mod_id }]]
modId = "neoforge"
mandatory = true
type = "required"
versionRange = "${neoforge_version_range}"
ordering = "NONE"
side = "BOTH"

[[dependencies.${ mod_id }]]
modId = "minecraft"
mandatory = true
type = "required"
versionRange = "${minecraft_version}"
ordering = "NONE"
side = "BOTH"

0 comments on commit c2a5eac

Please sign in to comment.