Skip to content

Commit 1f5df71

Browse files
zml2008me4502
authored andcommitted
chore: initial bump for MC1.21.4
1 parent f9cc992 commit 1f5df71

4 files changed

Lines changed: 12 additions & 18 deletions

File tree

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,38 @@ format = { version = "1.1" }
33

44
[versions]
55
indra = "3.1.3"
6-
minecraft = "1.21.3"
7-
fabricLoader = "0.16.7"
8-
fabricApi = "0.106.1+1.21.3"
9-
modmenu = "12.0.0-beta.1"
6+
minecraft = "1.21.4"
7+
fabricLoader = "0.16.9"
8+
fabricApi = "0.112.2+1.21.4"
9+
modmenu = "13.0.0-beta.1"
1010
viafabricplus = "3.3.0"
1111
vineflower = "1.10.1"
1212
cuiProtocol = "4.0.0"
1313

1414
[libraries]
1515
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
16-
parchment = { module = "org.parchmentmc.data:parchment-1.21", version = "2024.07.28" }
16+
parchment = { module = "org.parchmentmc.data:parchment-1.21.4", version = "2024.12.07" }
1717
fabric-loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabricLoader" }
1818
fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabricApi" }
1919
fabric-api-bom = { module = "net.fabricmc.fabric-api:fabric-api-bom", version.ref = "fabricApi" }
2020
fabric-api-networking = { module = "net.fabricmc.fabric-api:fabric-networking-api-v1" }
2121
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
22-
neoforge = { module = "net.neoforged:neoforge", version = "21.3.3-beta"}
22+
neoforge = { module = "net.neoforged:neoforge", version = "21.4.38-beta"}
2323
viafabricplus-api = { module = "de.florianmichael:ViaFabricPlus", version.ref = "viafabricplus" }
2424
viaversion = { module = "com.viaversion:viaversion-common", version = "5.0.5" }
2525
vineflower = { module = "org.vineflower:vineflower", version.ref = "vineflower" }
2626
worldedit = { module = "com.sk89q.worldedit:worldedit-fabric-mc1.21", version = "7.3.7" }
2727

2828
[plugins]
29-
architecturyPlugin = { id = "architectury-plugin", version = "3.4.159" }
30-
curseForgeGradle = { id = "net.darkhax.curseforgegradle", version = "1.1.25" }
29+
architecturyPlugin = { id = "architectury-plugin", version = "3.4.160" }
30+
curseForgeGradle = { id = "net.darkhax.curseforgegradle", version = "1.1.26" }
3131
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
3232
indra-spotlessLicenser = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
3333
jvmConflictResolution = { id = "org.gradlex.jvm-dependency-conflict-resolution", version = "2.1.2" }
34-
loom = { id = "dev.architectury.loom", version = "1.7.413" }
34+
loom = { id = "dev.architectury.loom", version = "1.9.420" }
3535
minotaur = { id = "com.modrinth.minotaur", version = "2.8.7" }
3636
publishGithubRelease = { id = "ca.stellardrift.publish-github-release", version = "0.1.0" }
37-
shadow = { id = "com.gradleup.shadow", version = "8.3.3" }
37+
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }
3838
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
3939
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
4040

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

worldeditcui-fabric/src/main/java/org/enginehub/worldeditcui/gui/CUIConfigList.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ private CUIConfigList(CUIConfigPanel panel, Minecraft minecraft) {
6868
this.configuration = panel.configuration;
6969
}
7070

71-
@Override
72-
protected int getScrollbarPosition() {
73-
return super.getScrollbarPosition() + 15;
74-
}
75-
7671
@Override
7772
public int getRowWidth() {
7873
return super.getRowWidth() + 32;

0 commit comments

Comments
 (0)