Skip to content

Commit

Permalink
Update metadata for and compile with Minecraft 1.21.4 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsontheWolf authored Dec 23, 2024
1 parent 212f7bb commit 22cee5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ version = "1.2.2-SNAPSHOT"
group = "xyz.jpenilla"
description = "Server-side Fabric mod enhancing the console with tab completions, colored log output, command syntax highlighting, command history, and more."

val minecraftVersion = "1.21.3"
val minecraftVersion = "1.21.4"

dependencies {
minecraft("com.mojang", "minecraft", minecraftVersion)
mappings(loom.officialMojangMappings())
modImplementation("net.fabricmc", "fabric-loader", "0.16.9")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.107.0+1.21.3")
modImplementation("net.fabricmc.fabric-api", "fabric-api", "0.112.1+1.21.4")

annotationProcessor("org.apache.logging.log4j", "log4j-core", "2.24.1")

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.16.7",
"fabric": "*",
"minecraft": "1.21.3",
"minecraft": "1.21.4",
"adventure-platform-fabric": "*"
}
}

0 comments on commit 22cee5b

Please sign in to comment.