We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1805a commit 7414ecaCopy full SHA for 7414eca
3 files changed
buildSrc/src/main/groovy/multiloader-loader.gradle
@@ -63,6 +63,12 @@ publishMods {
63
minecraftVersions.add(minecraft_version)
64
}*/
65
66
+ github {
67
+ repository = "ryanhcode/sable"
68
+ accessToken = providers.environmentVariable("GITHUB_TOKEN")
69
+ commitish = "main"
70
+ }
71
+
72
modrinth {
73
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
74
projectId = "T9PomCSv"
changelog.md
@@ -1 +1 @@
1
- - Initial release!
+ - Protect sub-levels splitting producing sub-levels with zero mass
gradle.properties
@@ -1,4 +1,4 @@
-version=1.0.2
+version=1.0.3
2
group=dev.ryanhcode.sable
3
java_version=21
4
0 commit comments