From 660c10e17c09f498ff44326834255bebb3e15b5f Mon Sep 17 00:00:00 2001 From: Luck Date: Mon, 29 Apr 2024 20:02:00 +0100 Subject: Update Fabric/NeoForge to MC 1.20.6 --- spark-fabric/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spark-fabric') diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle index 5ab88ee..6dfcb6d 100644 --- a/spark-fabric/build.gradle +++ b/spark-fabric/build.gradle @@ -2,7 +2,7 @@ import net.fabricmc.loom.task.RemapJarTask plugins { id 'fabric-loom' version '1.6-SNAPSHOT' - id 'com.github.johnrengelman.shadow' version '8.1.1' + id 'io.github.goooler.shadow' version '8.1.7' } tasks.withType(JavaCompile) { @@ -28,8 +28,8 @@ configurations { dependencies { // https://modmuss50.me/fabric.html - minecraft 'com.mojang:minecraft:1.20.5' - mappings 'net.fabricmc:yarn:1.20.5+build.1:v2' + minecraft 'com.mojang:minecraft:1.20.6' + mappings 'net.fabricmc:yarn:1.20.6+build.1:v2' modImplementation 'net.fabricmc:fabric-loader:0.15.10' Set apiModules = [ @@ -40,7 +40,7 @@ dependencies { // Add each module as a dependency apiModules.forEach { - modImplementation(fabricApi.module(it, '0.97.5+1.20.5')) + modImplementation(fabricApi.module(it, '0.97.8+1.20.6')) } include(modImplementation('me.lucko:fabric-permissions-api:0.3.1')) -- cgit