From 3b10ca5809e68f408969cd0c720d1ec2ec04464b Mon Sep 17 00:00:00 2001 From: James Seibel Date: Thu, 2 May 2024 17:27:04 -0500 Subject: [PATCH] Update arch loom 1.5-snapshot -> 1.6-snapshot --- build.gradle | 2 +- fabric/build.gradle | 2 +- gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index fc6c05d92..eb25b6432 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id "systems.manifold.manifold-gradle-plugin" version "0.0.2-alpha" // Architectury is used here only as a replacement for forge's own loom - id "dev.architectury.loom" version "1.5-SNAPSHOT" apply false + id "dev.architectury.loom" version "1.6-SNAPSHOT" apply false } diff --git a/fabric/build.gradle b/fabric/build.gradle index 9a034c6fc..fa1fabb62 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -45,7 +45,7 @@ def addMod(path, enabled) { } dependencies { - minecraft "com.mojang:minecraft:${minecraft_version}" + minecraft "com.mojang:minecraft:${rootProject.minecraft_version}" mappings loom.layered() { // Mojmap mappings officialMojangMappings() diff --git a/gradle.properties b/gradle.properties index 80e798747..efca12986 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ mod_issues=https://gitlab.com/jeseibel/distant-horizons/-/issues mod_discord=https://discord.gg/xAB8G4cENx # Global Plugin Versions -manifold_version=2024.1.9 +manifold_version=2024.1.12 nightconfig_version=3.6.6 lz4_version=1.8.0 zstd_version=1.5.5-11 @@ -49,7 +49,7 @@ versionStr= # This defines what MC version Intellij will use for the preprocessor # and what version is used automatically by build and run commands -mcVer=1.20.6 +mcVer=1.20.4 # Defines the maximum amount of memory Minecraft is allowed when run in a developement environment #minecraftMemoryJavaArg="-Xmx4G"