diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-24 14:31:42 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-24 14:31:42 -0400 |
| commit | b3b54f998c2fdbca593256517efc2770976b81ff (patch) | |
| tree | fa62b9501aa743a261365aa1407b8e6965ce6160 /build.gradle.kts | |
| parent | a86cf00f643e2cd2108552a157384c95cb07e8d7 (diff) | |
it builds, missing checks in the config screen
Diffstat (limited to '')
| -rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 333de2b..69487d1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { // Fabric/Minecraft dependencies. minecraft("com.mojang:minecraft:$minecraftVersion") implementation("net.fabricmc:fabric-loader:0.18.4") - implementation("net.fabricmc.fabric-api:fabric-api:0.143.1+$minecraftVersion") + implementation("net.fabricmc.fabric-api:fabric-api:0.144.0+$minecraftVersion") implementation("com.terraformersmc:modmenu:17.0.0-beta.2") } |
