MCP-Reborn
MCP-Reborn copied to clipboard
Has anyone tried using VSCode to open it ?How to do it
I only have VSCode and have installed Java and Gradle plugins, but they just don't work
You could install the Java Language Support Extension by Red Hat, open the project base folder and it will automatically start to configure the gradle and set you up with a language server. After that just run the two gradle commands as per tutorial (open terminal in base folder and execute ./gradlew setup and ./gradlew runclient)
Even if you do that it will keep loading forever
give error in console with this in grandle on VSCode
import net.minecraftforge.gradle.common.util.Utils import net.minecraftforge.gradle.common.util.VersionJson
i just dont know ._.