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 aedb253..e178290 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,12 +2,12 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties -# check these on https://fabricmc.net/use -minecraft_version=1.20.3 -yarn_mappings=1.20.3+build.1 -loader_version=0.15.0 +# check these on https://fabricmc.net/develop +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