i wanted to download the template of fabric 1.20.1 mod but it requires JDK 21 to build because of fabric loom 1.16 in build.gradle
but i can't build it with JDK 21 because the version of minecraft requires JDK 17 and when i want to gen sources a lot of errors appear
how to solve this problem???
i tried to change the version and replaced the row: id 'fabric-loom' version '1.5.8'
and new error appeared: A problem occurred evaluating root project 'test'.
Could not set unknown property 'client' for object of type java.lang.Object.