Skip to content

Commit

Permalink
chore: initial bump for MC1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Dec 22, 2024
1 parent aaec61e commit 1acba95
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@ format = { version = "1.1" }

[versions]
indra = "3.1.3"
minecraft = "1.21.3"
fabricLoader = "0.16.7"
fabricApi = "0.106.1+1.21.3"
modmenu = "12.0.0-beta.1"
minecraft = "1.21.4"
fabricLoader = "0.16.9"
fabricApi = "0.112.2+1.21.4"
modmenu = "13.0.0-beta.1"
viafabricplus = "3.3.0"
vineflower = "1.10.1"

[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
parchment = { module = "org.parchmentmc.data:parchment-1.21", version = "2024.07.28" }
parchment = { module = "org.parchmentmc.data:parchment-1.21.4", version = "2024.12.07" }
fabric-loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabricLoader" }
fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabricApi" }
fabric-api-bom = { module = "net.fabricmc.fabric-api:fabric-api-bom", version.ref = "fabricApi" }
fabric-api-networking = { module = "net.fabricmc.fabric-api:fabric-networking-api-v1" }
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
neoforge = { module = "net.neoforged:neoforge", version = "21.3.3-beta"}
neoforge = { module = "net.neoforged:neoforge", version = "21.4.38-beta"}
viafabricplus-api = { module = "de.florianmichael:ViaFabricPlus", version.ref = "viafabricplus" }
viaversion = { module = "com.viaversion:viaversion-common", version = "5.0.5" }
vineflower = { module = "org.vineflower:vineflower", version.ref = "vineflower" }
worldedit = { module = "com.sk89q.worldedit:worldedit-fabric-mc1.21", version = "7.3.7" }

[plugins]
architecturyPlugin = { id = "architectury-plugin", version = "3.4.159" }
curseForgeGradle = { id = "net.darkhax.curseforgegradle", version = "1.1.25" }
architecturyPlugin = { id = "architectury-plugin", version = "3.4.160" }
curseForgeGradle = { id = "net.darkhax.curseforgegradle", version = "1.1.26" }
indra-git = { id = "net.kyori.indra.git", version.ref = "indra" }
indra-spotlessLicenser = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
jvmConflictResolution = { id = "org.gradlex.jvm-dependency-conflict-resolution", version = "2.1.2" }
loom = { id = "dev.architectury.loom", version = "1.7.413" }
loom = { id = "dev.architectury.loom", version = "1.9.420" }
minotaur = { id = "com.modrinth.minotaur", version = "2.8.7" }
publishGithubRelease = { id = "ca.stellardrift.publish-github-release", version = "0.1.0" }
shadow = { id = "com.gradleup.shadow", version = "8.3.3" }
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ private CUIConfigList(CUIConfigPanel panel, Minecraft minecraft) {
this.configuration = panel.configuration;
}

@Override
protected int getScrollbarPosition() {
return super.getScrollbarPosition() + 15;
}

@Override
public int getRowWidth() {
return super.getRowWidth() + 32;
Expand Down

0 comments on commit 1acba95

Please sign in to comment.