Posted October 21, 20205 yr I tried importing the recommended mdk version of Minecraft Forge 1.16.3 (1.16.3 - 34.1.0) into Intellij IDEA (version 2020.1.4) and got the following errors: Could not make Minecraft POM. Missing version json Could not find net.minecraft:client:1.16.3 A full stacktrace (gradlew build --stacktrace --plain-console) can be found here (pastebin) Can anyone help with this?
October 21, 20205 yr Author Quote Please use OpenJDK with HotSpot. I have switched to a JDK version which uses HotSpot. Unfortunately the errors are still there. (new stacktrace) Edited October 21, 20205 yr by Schmille added quote for additional context
October 23, 20205 yr Author I managed to solve the issue. For anyone else who might be experiencing this problem, here is what I did: I deleted the “forge_gradle” and “minecraft” cache-folders located under %USERPROFILE%\.gradle\caches and let IntellJ re-import the project. Additionally (but likely unrelated) I updated to IntelliJ IDEA version 2020.2.3 and OpenJDK (Hotspot) version 1.8.0_272. Edited October 23, 20205 yr by Schmille fixed linebreak formatting
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.