Skip to content

Commit 11ac8f2

Browse files
committed
Bump Fabric 1.21.4
1 parent fac1627 commit 11ac8f2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

bootstrap/fabric/src/main/kotlin/kr/toxicity/hud/bootstrap/fabric/FabricBootstrapImpl.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ class FabricBootstrapImpl : FabricBootstrap, DedicatedServerModInitializer {
242242
}
243243

244244

245-
override fun minecraftVersion(): String = "1.21.3"
245+
override fun minecraftVersion(): String = "1.21.4"
246246

247-
override fun mcmetaVersion(): Int = 42
247+
override fun mcmetaVersion(): Int = 46
248248

249249
private val uuidMap = ConcurrentHashMap<String, UUID>()
250250

bootstrap/velocity/src/main/kotlin/kr/toxicity/hud/bootstrap/velocity/VelocityBootstrapImpl.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ class VelocityBootstrapImpl @Inject constructor(
233233
}
234234
}
235235

236-
override fun minecraftVersion(): String = "1.21.3"
237-
override fun mcmetaVersion(): Int = 42
236+
override fun minecraftVersion(): String = "1.21.4"
237+
override fun mcmetaVersion(): Int = 46
238238
override fun useLegacyFont(): Boolean = false
239239

240240
override fun world(name: String): WorldWrapper? = null

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ fun Project.dependency(any: Any) = also {
175175
}
176176
}
177177
}
178-
fun Project.bukkit() = dependency("org.spigotmc:spigot-api:$minecraft-R0.1-SNAPSHOT")
178+
fun Project.bukkit() = dependency("org.spigotmc:spigot-api:1.21.3-R0.1-SNAPSHOT")
179179
.dependency("org.bstats:bstats-bukkit:$bStats")
180180
.dependency(rootProject.fileTree("shaded"))
181181
fun Project.velocity() = also {
@@ -185,7 +185,7 @@ fun Project.velocity() = also {
185185
it.dependencies.compileOnly("com.velocitypowered:velocity-proxy:$velocity-SNAPSHOT")
186186
it.dependencies.annotationProcessor("com.velocitypowered:velocity-api:$velocity-SNAPSHOT")
187187
}
188-
fun Project.folia() = dependency("io.papermc.paper:paper-api:$minecraft-R0.1-SNAPSHOT")
188+
fun Project.folia() = dependency("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")
189189
fun Project.adventure() = dependency("net.kyori:adventure-api:$adventure")
190190
.dependency("net.kyori:adventure-text-minimessage:$adventure")
191191
.dependency("net.kyori:adventure-text-serializer-legacy:$adventure")

gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ org.gradle.jvmargs=-Xmx16384M -Dfile.encoding=UTF-8
33
org.gradle.caching=true
44
org.gradle.parallel=true
55

6-
paperVersion=1.18.2-1.21.3
6+
paperVersion=1.18.2-1.21.4
77
velocityVersion=3.4
88

9-
minecraft_version=1.21.3
10-
yarn_mappings=1.21.3+build.2
9+
minecraft_version=1.21.4
10+
yarn_mappings=1.21.4+build.1
1111
loader_version=0.16.9
12-
fabric_version=0.106.1+1.21.3
12+
fabric_version=0.110.5+1.21.4
1313

1414
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
1515
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

0 commit comments

Comments
 (0)