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