Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions common/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions fabric-1.21.6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}*/
}
4 changes: 2 additions & 2 deletions forge-1.8.9/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}*/
}
6 changes: 3 additions & 3 deletions forge-1.8.9/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down