Mod 'Zoomify' (zoomify) 2.14.4+1.20.4 requires version 21 or later
Mod 'Zoomify' (zoomify) 2.14.4+1.20.4 requires version 21 or later of 'OpenJDK 64-Bit Server VM' (java), but only the wrong version is present: 17 But my Minecraft build refuses to work on versions lower or higher than 17
For me I just installed Java 21, pointed my launcher at that then disabled Java compatibility checks
This is good, of course, but it doesn't fix the problem that the mod version for 1.20.4 requires Java version 21. And I do not know how to disable this check. :)
usually launchers have an option like this
This is especially an issue with mod auto-updaters, also including the Modrinth update checker
I think it should be possible to correctly support 1.20.4 as is. I'll see if I can figure it out.
An alternative solution for this issue would be removing the 1.20.4 compatibility on Modrinth, so update checks stop assuming one can upgrade.
Very good, isXander already fixed this specifically in the source a month ago: https://github.com/isXander/Zoomify/blame/7f154b2f27085b066c3b87c81e53cc685e010388/src/main/resources/fabric.mod.json#L46
However another issue is present.
In the fabric.mod.json, a higher version of YACL is required than possible on 1.20.4 (see here). Also reported in #238 for another Minecraft version.
https://github.com/isXander/Zoomify/blob/7f154b2f27085b066c3b87c81e53cc685e010388/src/main/resources/fabric.mod.json#L47
Either the dependency in the general fabric.mod.json would need to be loosened, or individual fabric.mod.jsons need to be compiled to every multiversion, similar to how the java version is set.
So this both needs this change, and a new release needs to be created by you, @isXander.