Skip to content

Commit 71b3792

Browse files
Bump version to 2.1.0
1 parent ecd151e commit 71b3792

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

common/src/main/resources/META-INF/mods.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ modLoader="javafml" #mandatory
99
loaderVersion="[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
3030
credits="" #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)
3434
description='''
3535
A Mod that adds some pk features to the game

fabric-1.21.6/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

forge-1.8.9/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

forge-1.8.9/src/main/resources/META-INF/mods.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ modLoader="javafml" #mandatory
99
loaderVersion="[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
3030
credits="" #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)
3434
description='''
3535
A Mod that adds some pk features to the game

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)