diff --git a/build.gradle b/build.gradle index 0489454..a35c1e1 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { apply plugin: 'org.spongepowered.mixin' group = 'createendertransmission' -version = '1.0' +version = mod_version java { archivesBaseName = 'createendertransmission' diff --git a/gradle.properties b/gradle.properties index 18ba510..17073d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,6 +2,8 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false mc_version=1.18.2 +mod_version = 1.0.0 + create_minecraft_version = 1.18.2 flywheel_minecraft_version = 1.18.2 create_version = 0.5.+ diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 4b03c21..e407882 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -19,7 +19,7 @@ modId="createendertransmission" #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="${file.jarVersion}" #mandatory +# version="${file.jarVersion}" #mandatory # A display name for the mod displayName="Create Ender Transmission" #mandatory # A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/ @@ -35,6 +35,9 @@ authors="Forsteri" #optional # The description text for the mod (multi line!) (#mandatory) description=''' Non-dimensional Machanines + +Have you ever feel like you have lost your mind at formating networks? +Well, this mod is for you! ''' # A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. [[dependencies.createendertransmission]] #optional