We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa32e7e commit a8433e5Copy full SHA for a8433e5
src/main/resources/META-INF/mods.toml
@@ -19,7 +19,7 @@ modId="ultrautilities" #mandatory
19
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
20
# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
21
# see the associated build.gradle script for how to populate this completely automatically during a build
22
-version="1.0" #mandatory
+version="0.0.1" #mandatory
23
# A display name for the mod
24
displayName="UltraUtilities" #mandatory
25
# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
0 commit comments