From b4a5da4a7469a463b3094424361ee8ebd8c70dc6 Mon Sep 17 00:00:00 2001 From: TomTheFurry <46843632+TomTheFurry@users.noreply.github.com> Date: Sun, 13 Mar 2022 16:15:29 +0800 Subject: [PATCH] Update Config defaults --- build.properties | 2 +- gradle.properties | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index ae4f3e14a..f059b81db 100644 --- a/build.properties +++ b/build.properties @@ -1 +1 @@ -MC_VERSION_1_18_2= +MC_VERSION_1_18_1= diff --git a/gradle.properties b/gradle.properties index 62d6d3038..736b8a929 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,5 @@ org.gradle.jvmargs=-Xmx2048M +org.gradle.daemon=false maven_group=com.seibel.lod archives_base_name=DistantHorizons @@ -17,4 +18,4 @@ toml_version=3.6.4 manifold_version=2022.1.5 ##### FOR IDE SUPPORT AND TELL IDE TO USE CERTIAN MC VERSION: SWITCH THIS: -mcVer=1.18.2 \ No newline at end of file +mcVer=1.18.1 \ No newline at end of file