From c8d03a625a53c019b3c3205c5c235959c335a092 Mon Sep 17 00:00:00 2001 From: coolGi Date: Fri, 20 Oct 2023 00:57:57 +1030 Subject: [PATCH] Updated sub-project --- coreSubProjects | 2 +- gradle.properties | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/coreSubProjects b/coreSubProjects index 416c0db16..b1ed91af2 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit 416c0db1630952e714a7dc1083ba899417112001 +Subproject commit b1ed91af2a843ee91c5a8342c9cce3f6beb4107d diff --git a/gradle.properties b/gradle.properties index b0ac53b24..811ba8146 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,18 +19,19 @@ mod_discord=https://discord.gg/xAB8G4cENx # Global Plugin Versions manifold_version=2023.1.28 -toml_version=3.6.4 -lz4_version=1.8.0 nightconfig_version=3.6.6 +lz4_version=1.8.0 sqlite_jdbc_version=3.43.0.0 #svgSalamander_version=1.1.3 +# Minecraft related libaries (included in MC's jar) log4j_version=2.20.0 netty_version=4.1.94.Final lwjgl_version=3.2.3 joml_version=1.10.2 + # These are here so they can be changed with cmd arguments # If they are null, they would be automatically set # (This is mainly used for the CI)