diff --git a/common/src/main/resources/META-INF/mods.toml b/common/src/main/resources/META-INF/mods.toml index ffbb6ea3..b9d9570c 100644 --- a/common/src/main/resources/META-INF/mods.toml +++ b/common/src/main/resources/META-INF/mods.toml @@ -9,9 +9,9 @@ modLoader="javafml" #mandatory loaderVersion="[11,)" #mandatory (26 is current forge version) # The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties. # Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. -license="All rights reserved" +license="MIT" # A URL to refer people to when problems occur with this mod -issueTrackerURL="http://my.issue.tracker/" #optional +issueTrackerURL="https://github.com/MPKMod/MPKMod2/issues" #optional # A list of mods - how many allowed here is determined by the individual mod loader [[mods]] #mandatory # The modid of the mod @@ -29,7 +29,7 @@ logoFile= "mpkmod_logo.png" #optional # A text field displayed in the mod UI credits="" #optional # A text field displayed in the mod UI -authors="" #optional +authors="kurrycat, Exterminate, Zpiboo" #optional # The description text for the mod (multi line!) (#mandatory) description=''' A Mod that adds some pk features to the game diff --git a/fabric-1.21.6/build.gradle b/fabric-1.21.6/build.gradle index 17210dad..e1eda7f2 100644 --- a/fabric-1.21.6/build.gradle +++ b/fabric-1.21.6/build.gradle @@ -35,9 +35,9 @@ publishMods { accessToken = providers.environmentVariable("MODRINTH_TOKEN") minecraftVersions.add("1.21.6+") } - github { + /*github { repository = "MPKMod/MPKMod2" accessToken = providers.environmentVariable("GITHUB_TOKEN") commitish = "main" - } + }*/ } \ No newline at end of file diff --git a/forge-1.8.9/build.gradle b/forge-1.8.9/build.gradle index d53502d8..b3286ce8 100644 --- a/forge-1.8.9/build.gradle +++ b/forge-1.8.9/build.gradle @@ -50,9 +50,9 @@ publishMods { accessToken = providers.environmentVariable("MODRINTH_TOKEN") minecraftVersions.add("1.8.9") } - github { + /*github { repository = "MPKMod/MPKMod2" accessToken = providers.environmentVariable("GITHUB_TOKEN") commitish = "main" - } + }*/ } \ No newline at end of file diff --git a/forge-1.8.9/src/main/resources/META-INF/mods.toml b/forge-1.8.9/src/main/resources/META-INF/mods.toml index ffbb6ea3..b9d9570c 100644 --- a/forge-1.8.9/src/main/resources/META-INF/mods.toml +++ b/forge-1.8.9/src/main/resources/META-INF/mods.toml @@ -9,9 +9,9 @@ modLoader="javafml" #mandatory loaderVersion="[11,)" #mandatory (26 is current forge version) # The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties. # Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. -license="All rights reserved" +license="MIT" # A URL to refer people to when problems occur with this mod -issueTrackerURL="http://my.issue.tracker/" #optional +issueTrackerURL="https://github.com/MPKMod/MPKMod2/issues" #optional # A list of mods - how many allowed here is determined by the individual mod loader [[mods]] #mandatory # The modid of the mod @@ -29,7 +29,7 @@ logoFile= "mpkmod_logo.png" #optional # A text field displayed in the mod UI credits="" #optional # A text field displayed in the mod UI -authors="" #optional +authors="kurrycat, Exterminate, Zpiboo" #optional # The description text for the mod (multi line!) (#mandatory) description=''' A Mod that adds some pk features to the game diff --git a/gradle.properties b/gradle.properties index 238c8e10..941581f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ $group=io.github.kurrycat.mpkmod $jitpackGroup=com.github.kurrycat2004 -$version=2.0 +$version=2.1.0 $apiVersion=1.0 $modBaseName=mpkmod $commonBaseName=mpkmod-common