Zoomify icon indicating copy to clipboard operation
Zoomify copied to clipboard

Mod 'Zoomify' (zoomify) 2.14.4+1.20.4 requires version 21 or later

Open ellatuk opened this issue 4 months ago • 5 comments

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

ellatuk avatar Aug 04 '25 01:08 ellatuk

For me I just installed Java 21, pointed my launcher at that then disabled Java compatibility checks

Camuise avatar Aug 06 '25 07:08 Camuise

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. :)

ellatuk avatar Aug 10 '25 02:08 ellatuk

usually launchers have an option like this

Image

david-smekal avatar Aug 10 '25 07:08 david-smekal

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.

MightyKnight avatar Aug 30 '25 12:08 MightyKnight

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.

MightyKnight avatar Aug 30 '25 13:08 MightyKnight