|
1 | 1 | dependencies { |
2 | 2 | minecraft("com.mojang:minecraft:1.21.4") |
3 | | - mappings("net.fabricmc:yarn:1.21.4+build.1:v2") |
| 3 | + mappings("net.fabricmc:yarn:1.21.4+build.8:v2") |
4 | 4 |
|
5 | | - modImplementation(fabricApi.module("fabric-api-base", "0.110.5+1.21.4")) |
6 | | - modImplementation(fabricApi.module("fabric-resource-loader-v0", "0.110.5+1.21.4")) |
7 | | - modImplementation(fabricApi.module("fabric-command-api-v1", "0.110.5+1.21.4")) |
8 | | - modImplementation(fabricApi.module("fabric-lifecycle-events-v1", "0.110.5+1.21.4")) |
9 | | - modImplementation(fabricApi.module("fabric-screen-api-v1", "0.110.5+1.21.4")) |
10 | | - modImplementation(fabricApi.module("fabric-registry-sync-v0", "0.110.5+1.21.4")) |
11 | | - modImplementation(fabricApi.module("fabric-key-binding-api-v1", "0.110.5+1.21.4")) |
12 | | - modImplementation("com.terraformersmc:modmenu:13.0.0-beta.1") |
| 5 | + modImplementation(fabricApi.module("fabric-api-base", "0.114.3+1.21.4")) |
| 6 | + modImplementation(fabricApi.module("fabric-resource-loader-v0", "0.114.3+1.21.4")) |
| 7 | + modImplementation(fabricApi.module("fabric-command-api-v1", "0.114.3+1.21.4")) |
| 8 | + modImplementation(fabricApi.module("fabric-lifecycle-events-v1", "0.114.3+1.21.4")) |
| 9 | + modImplementation(fabricApi.module("fabric-screen-api-v1", "0.114.3+1.21.4")) |
| 10 | + modImplementation(fabricApi.module("fabric-registry-sync-v0", "0.114.3+1.21.4")) |
| 11 | + modImplementation(fabricApi.module("fabric-key-binding-api-v1", "0.114.3+1.21.4")) |
| 12 | + modImplementation("com.terraformersmc:modmenu:13.0.0") |
13 | 13 | } |
14 | 14 |
|
15 | 15 | tasks.compileJava { |
|
0 commit comments