Hexeption / MCP-Reborn

MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.20.1)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Has anyone tried using VSCode to open it ?How to do it

TianLe781 opened this issue · comments

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)