From f0cd2a51d15e50ce499b322230689b587112a0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karen/=E3=81=82=E3=81=91=E3=81=BF?= Date: Tue, 3 May 2022 07:50:08 -0700 Subject: [PATCH] build.gradle, gradle.properties: Temporarily comment out Ok Zoomer and LibZoomer dependencies, since we don't use them right now as OkZoomerCompat uses Reflection at runtime instead to deal with the current API incompatibility situation. --- build.gradle | 7 +++++-- gradle.properties | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index b52dc44..ca22442 100644 --- a/build.gradle +++ b/build.gradle @@ -104,8 +104,11 @@ dependencies { modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}" // Compatibility mods - modImplementation("maven.modrinth:ok-zoomer:${project.ok_zoomer_version}") - modImplementation "io.github.ennuil:LibZoomer:${project.libzoomer_version}" + + // Ok Zoomer and LibZoomer are temporarily disabled for the time being, as we are currently using Reflection at runtime instead in OkZoomerCompat due to there being two major, completely incompatible API versions. + // modImplementation("maven.modrinth:ok-zoomer:${project.ok_zoomer_version}") + // modImplementation "io.github.ennuil:LibZoomer:${project.libzoomer_version}" + modImplementation "org.quiltmc:quilt-json5:1.0.0" modImplementation("me.shedaniel:RoughlyEnoughItems-runtime-fabric:${project.rei_version}") modImplementation "maven.modrinth:emotecraft:${project.emotecraft_version}" diff --git a/gradle.properties b/gradle.properties index 3c28ee5..53297a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,5 +22,7 @@ modmenu_version=2.0.2 emotecraft_version=2.1-MC1.18.1-fabric bendylib_version=2.0.+ rei_version=7.4.456 -ok_zoomer_version=5.0.0-beta.3+1.17.1 -libzoomer_version = 0.3.0+1.17.1 + +# Ok Zoomer and LibZoomer are temporarily disabled for the time being, as we are currently using Reflection at runtime instead in OkZoomerCompat due to there being two major, completely incompatible API versions. +# ok_zoomer_version=5.0.0-beta.3+1.17.1 +# libzoomer_version=0.3.0+1.17.1