From e46fbb5bc1c00e73444b99ec4e138aaa232bff71 Mon Sep 17 00:00:00 2001 From: DietrichPaul Date: Mon, 25 Dec 2023 09:24:52 +0100 Subject: [PATCH 1/2] corrected fabric version url --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index aedb253..5ddc36b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties -# check these on https://fabricmc.net/use +# check these on https://fabricmc.net/develop minecraft_version=1.20.3 yarn_mappings=1.20.3+build.1 loader_version=0.15.0 From 8c18e86bd1d5b818d958ce66820962752d14ca27 Mon Sep 17 00:00:00 2001 From: DietrichPaul Date: Mon, 25 Dec 2023 09:51:33 +0100 Subject: [PATCH 2/2] updated to 1.20.4 --- build.gradle | 4 ++-- gradle.properties | 12 ++++++------ gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index a9f5fb7..a484e5d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version "1.0.+" + id 'fabric-loom' version "1.4-SNAPSHOT" id 'io.github.ladysnake.chenille' version '0.11.3' id 'io.github.juuxel.loom-quiltflower' version "1.8.0" } @@ -50,7 +50,7 @@ dependencies { minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" - modApi "net.fabricmc.fabric-api:fabric-api:${fabric_version}" + modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}" modLocalRuntime "com.terraformersmc:modmenu:${project.modmenu_version}" modCompileOnly ("maven.modrinth:iris:${project.iris_version}") diff --git a/gradle.properties b/gradle.properties index 5ddc36b..e178290 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,11 +3,11 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.3 -yarn_mappings=1.20.3+build.1 -loader_version=0.15.0 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.3 +loader_version=0.15.3 #Fabric api -fabric_version=0.91.1+1.20.3 +fabric_version=0.91.3+1.20.4 # Mod Properties mod_version = 1.15.0 @@ -19,8 +19,8 @@ archives_base_name = satin findbugs_version = 3.0.2 jb_annotations_version = 18.0.0 apiguardian_version = 1.0.0 -modmenu_version = 9.0.0-pre.1 -iris_version = 1.6.3+1.19.4 +modmenu_version = 9.0.0 +iris_version = 1.6.13+1.20.4 #Publishing display_name = Satin diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 15de902..db9a6b8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists