Skip to content

Commit

Permalink
feat: Finalization!
Browse files Browse the repository at this point in the history
  • Loading branch information
RuochenFu21 committed Dec 15, 2022
1 parent 3b4fb09 commit f2570e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
apply plugin: 'org.spongepowered.mixin'

group = 'createendertransmission'
version = '1.0'
version = mod_version

java {
archivesBaseName = 'createendertransmission'
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.+
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down

0 comments on commit f2570e8

Please sign in to comment.