File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11# Animatium
22
3+ [ ![ ko-fi] ( https://ko-fi.com/img/githubbutton_sm.svg )] ( https://ko-fi.com/C0C31INYGG )
4+
35Visual Tweaks/QOL Settings For Modern Minecraft Versions, Aimed At 1.7/1.8 players.
46
57Join our discord: https://discord.gg/C8KKgbA8jy
Original file line number Diff line number Diff line change 1- import dev.kikugie.stonecutter.data.tree.struct.ProjectNode
2-
31plugins {
42 id(" dev.kikugie.stonecutter" )
53 alias(libs.plugins.publishing)
@@ -9,10 +7,7 @@ plugins {
97stonecutter active " 1.21.10-fabric" /* [SC] DO NOT EDIT */
108
119stonecutter tasks {
12- val ordering = Comparator
13- .comparing<ProjectNode , _ > { stonecutter.parse(it.metadata.version) }
14- .thenComparingInt { if (it.metadata.project.endsWith(" fabric" )) 1 else 0 }
15- order(" publishMods" , ordering)
10+ order(" publishMods" , versionComparator)
1611}
1712
1813tasks.named(" publishMods" ) {
You can’t perform that action at this time.
0 commit comments