diff options
| author | Luck <git@lucko.me> | 2023-06-08 23:13:19 +0100 |
|---|---|---|
| committer | Luck <git@lucko.me> | 2023-06-08 23:13:19 +0100 |
| commit | f2c8ea7a4dd3ae786a29caa6cdadb411e53d7c67 (patch) | |
| tree | ef833ddcad29fbc21998311bdea4f6c549b77114 /spark-fabric | |
| parent | f5b35cf7590e5e0d3f5b604216e1ba4a3d641c9d (diff) | |
| download | spark-f2c8ea7a4dd3ae786a29caa6cdadb411e53d7c67.tar.gz spark-f2c8ea7a4dd3ae786a29caa6cdadb411e53d7c67.tar.bz2 spark-f2c8ea7a4dd3ae786a29caa6cdadb411e53d7c67.zip | |
Update Fabric/Forge to Minecraft 1.20
Diffstat (limited to 'spark-fabric')
| -rw-r--r-- | spark-fabric/build.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle index 23ebf31..2a32fc7 100644 --- a/spark-fabric/build.gradle +++ b/spark-fabric/build.gradle @@ -1,8 +1,8 @@ import net.fabricmc.loom.task.RemapJarTask plugins { - id 'fabric-loom' version '1.1-SNAPSHOT' - id 'com.github.johnrengelman.shadow' version '7.0.0' + id 'fabric-loom' version '1.2-SNAPSHOT' + id 'com.github.johnrengelman.shadow' version '8.1.1' } tasks.withType(JavaCompile) { @@ -28,9 +28,9 @@ configurations { dependencies { // https://modmuss50.me/fabric.html - minecraft 'com.mojang:minecraft:1.19.4' - mappings 'net.fabricmc:yarn:1.19.4+build.1:v2' - modImplementation 'net.fabricmc:fabric-loader:0.14.17' + minecraft 'com.mojang:minecraft:1.20' + mappings 'net.fabricmc:yarn:1.20+build.1:v2' + modImplementation 'net.fabricmc:fabric-loader:0.14.21' Set<String> apiModules = [ "fabric-api-base", @@ -40,7 +40,7 @@ dependencies { // Add each module as a dependency apiModules.forEach { - modImplementation(fabricApi.module(it, '0.76.0+1.19.4')) + modImplementation(fabricApi.module(it, '0.83.0+1.20')) } include(modImplementation('me.lucko:fabric-permissions-api:0.1-SNAPSHOT')) |
