MemoryLeakFix

MemoryLeakFix

13M Downloads

MemoryLeakFix 1.0.0-beta.4 incorrectly specifies a minimum `java` virtual dependency target of `17` in `fabric.mod.json`, which prevents it from being loaded due to dependency resolution issues on Minecraft <= 1.16.5 (JDK 8) and 1.17.x (JDK 16).

akemin-dayo opened this issue · 2 comments

commented

MemoryLeakFix 1.0.0-beta.4 incorrectly specifies a minimum java virtual dependency target of 17 in fabric.mod.json, which prevents it from being loaded due to dependency resolution issues on Minecraft <= 1.16.5 (JDK 8) and 1.17.x (JDK 16).

The actual bytecode in the class files themselves are compiled using the correct JDK target (JDK 8, class version 52) — the issue lies solely in fabric.mod.json metadata.

commented

fixed in 5c934ad, coming in beta 5

commented

Should be fixed in beta 6