Skip to content

Commit a8316f4

Browse files
committed
Update README
1 parent 6b3fe3e commit a8316f4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Animatium
22

3+
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/C0C31INYGG)
4+
35
Visual Tweaks/QOL Settings For Modern Minecraft Versions, Aimed At 1.7/1.8 players.
46

57
Join our discord: https://discord.gg/C8KKgbA8jy

stonecutter.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import dev.kikugie.stonecutter.data.tree.struct.ProjectNode
2-
31
plugins {
42
id("dev.kikugie.stonecutter")
53
alias(libs.plugins.publishing)
@@ -9,10 +7,7 @@ plugins {
97
stonecutter active "1.21.10-fabric" /* [SC] DO NOT EDIT */
108

119
stonecutter 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

1813
tasks.named("publishMods") {

0 commit comments

Comments
 (0)