File tree Expand file tree Collapse file tree
common/src/main/resources/META-INF
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ modLoader="javafml" #mandatory
99loaderVersion =" [11,)" # mandatory (26 is current forge version)
1010# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
1111# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
12- license =" All rights reserved "
12+ license =" MIT "
1313# A URL to refer people to when problems occur with this mod
14- issueTrackerURL =" http ://my.issue.tracker/ " # optional
14+ issueTrackerURL =" https ://github.com/MPKMod/MPKMod2/issues " # optional
1515# A list of mods - how many allowed here is determined by the individual mod loader
1616[[mods ]] # mandatory
1717# The modid of the mod
@@ -29,7 +29,7 @@ logoFile= "mpkmod_logo.png" #optional
2929# A text field displayed in the mod UI
3030credits =" " # optional
3131# A text field displayed in the mod UI
32- authors =" " # optional
32+ authors =" kurrycat, Exterminate, Zpiboo " # optional
3333# The description text for the mod (multi line!) (#mandatory)
3434description ='''
3535A Mod that adds some pk features to the game
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ publishMods {
3535 accessToken = providers. environmentVariable(" MODRINTH_TOKEN" )
3636 minecraftVersions. add(" 1.21.6+" )
3737 }
38- github {
38+ /* github {
3939 repository = "MPKMod/MPKMod2"
4040 accessToken = providers.environmentVariable("GITHUB_TOKEN")
4141 commitish = "main"
42- }
42+ }*/
4343}
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ publishMods {
5050 accessToken = providers. environmentVariable(" MODRINTH_TOKEN" )
5151 minecraftVersions. add(" 1.8.9" )
5252 }
53- github {
53+ /* github {
5454 repository = "MPKMod/MPKMod2"
5555 accessToken = providers.environmentVariable("GITHUB_TOKEN")
5656 commitish = "main"
57- }
57+ }*/
5858}
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ modLoader="javafml" #mandatory
99loaderVersion =" [11,)" # mandatory (26 is current forge version)
1010# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
1111# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
12- license =" All rights reserved "
12+ license =" MIT "
1313# A URL to refer people to when problems occur with this mod
14- issueTrackerURL =" http ://my.issue.tracker/ " # optional
14+ issueTrackerURL =" https ://github.com/MPKMod/MPKMod2/issues " # optional
1515# A list of mods - how many allowed here is determined by the individual mod loader
1616[[mods ]] # mandatory
1717# The modid of the mod
@@ -29,7 +29,7 @@ logoFile= "mpkmod_logo.png" #optional
2929# A text field displayed in the mod UI
3030credits =" " # optional
3131# A text field displayed in the mod UI
32- authors =" " # optional
32+ authors =" kurrycat, Exterminate, Zpiboo " # optional
3333# The description text for the mod (multi line!) (#mandatory)
3434description ='''
3535A Mod that adds some pk features to the game
Original file line number Diff line number Diff line change 11$group =io.github.kurrycat.mpkmod
22$jitpackGroup =com.github.kurrycat2004
3- $version =2.0
3+ $version =2.1. 0
44$apiVersion =1.0
55$modBaseName =mpkmod
66$commonBaseName =mpkmod-common
You can’t perform that action at this time.
0 commit comments