From 23332d0bcf93f089559efa44fe45c6938c9e847e Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Thu, 15 Aug 2024 22:28:48 +0100 Subject: [PATCH] Basic project setup for 24w33a --- build.gradle | 2 +- gradle.properties | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 414c53e82..be3bf3344 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id "idea" id "maven-publish" id 'jacoco' - id "fabric-loom" version "1.6.11" apply false + id "fabric-loom" version "1.7.3" apply false id "com.diffplug.spotless" version "6.20.0" id "org.ajoberstar.grgit" version "5.2.2" id "me.modmuss50.remotesign" version "0.4.0" apply false diff --git a/gradle.properties b/gradle.properties index abdaef975..327e3a2e8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.parallel=true fabric.loom.multiProjectOptimisation=true version=0.102.1 -minecraft_version=1.21.1 +minecraft_version=24w33a yarn_version=+build.1 -loader_version=0.15.11 +loader_version=0.16.2 installer_version=1.0.1 -prerelease=false +prerelease=true curseforge_minecraft_version=1.21.1 # Do not manually update, use the bumpversions task: diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23a4..9355b4155 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f013e341b..19c733429 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,7 +21,7 @@ "depends": { "fabricloader": ">=0.15.11", "java": ">=21", - "minecraft": ">=1.21- <1.21.2-" + "minecraft": ">=1.21.2- <1.21.3-" }, "description": "Core API module providing key hooks and intercompatibility features." }