Skip to content

Commit

Permalink
Fix forge mod version.
Browse files Browse the repository at this point in the history
  • Loading branch information
skniro committed Jan 8, 2025
1 parent 60baf0e commit d9a6cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ modId = "growable_ores" #mandatory
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
# see the associated build.gradle script for how to populate this completely automatically during a build
version = "2.4.2-1.18.2-Forge" #mandatory
version = "3.0.0-1.18.2-Forge" #mandatory
# A display name for the mod
displayName = "Growable Ores" #mandatory
# A URL to query for updates for this mod. See the JSON update specification <here>
Expand Down

0 comments on commit d9a6cfc

Please sign in to comment.