Skip to content

Commit

Permalink
1.21.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 18, 2024
1 parent 5e33a02 commit f58efd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ ansi = "1.1.0"
autoService = "1.1.1"
checkstyle = "10.18.2"
examination = "1.3.0"
fabricApi = "0.105.3+1.21.2"
fabricLoader = "0.16.5"
fabricApi = "0.106.0+1.21.2"
fabricLoader = "0.16.7"
indra = "3.1.3"
junit = "5.11.2"
minecraft = "1.21.2-pre1"
minecraft = "1.21.2-rc1"
parchment = "1.21:2024.07.28"
vineflower = "1.10.1"
spotless = "6.25.0"
neoforge = "21.0.167"
neoform = "1.21.2-pre1-20241008.174159"
neoform = "1.21.2-rc1-20241017.134216"

[libraries]
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
Expand Down Expand Up @@ -81,7 +81,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
[plugins]
configurateTransformations = { id = "ca.stellardrift.configurate-transformations" }
eclipseApt = "com.diffplug.eclipse.apt:4.1.0"
loom = "fabric-loom:1.8.6"
loom = "fabric-loom:1.8.10"
# ModDevGradle settings plugin is putting another version on the classpath, so we can't specify a version :(
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext" }
indra = { id = "net.kyori.indra" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static Identity identity(final GameProfile profile) {
*/
@Contract("null -> null; !null -> !null")
static Sound.Type asSoundType(final SoundEvent soundEvent) {
return (Sound.Type) soundEvent;
return (Sound.Type) (Object) soundEvent;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("fabric-loom") version "1.8.6"
id("fabric-loom") version "1.8.10"
id("net.neoforged.moddev.repositories") version "1.0.20"
}

Expand Down

0 comments on commit f58efd3

Please sign in to comment.