User Tools

Site Tools


tutorial:setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:setup [2019/10/12 23:21] fudgetutorial:setup [2019/10/22 16:54] fudge
Line 15: Line 15:
    - Import the project to your IDE. Follow [[tutorial:vscode_setup|these instructions]] to import the project to Visual Studio Code.    - Import the project to your IDE. Follow [[tutorial:vscode_setup|these instructions]] to import the project to Visual Studio Code.
    - If you would like to have the IDE run configs you can run following commands:    - If you would like to have the IDE run configs you can run following commands:
-       * For IntelliJ IDEA: ''gradlew idea''+       * For IntelliJ IDEA: you should have the run configs after importing gradle
        * For Eclipse: ''gradlew eclipse''        * For Eclipse: ''gradlew eclipse''
        * If you use VS Code, configurations were generated at the step 3.        * If you use VS Code, configurations were generated at the step 3.
Line 21: Line 21:
  
 You can generate the Minecraft sources for reference (since IDEA already has a decompiler this is only useful for searching through the code) : You can generate the Minecraft sources for reference (since IDEA already has a decompiler this is only useful for searching through the code) :
- Run the ''genSources'' Gradle task. If your IDE doesn't have Gradle integration, then run the following command in the terminal: ''gradlew genSources'' (or ''./gradlew genSources'' on Linux/MacOS).+ Run the ''genSources'' Gradle task. If your IDE doesn't have Gradle integration, then run the following command in the terminal: ''gradlew genSources'' (or ''.gradlew genSources'' on Linux/MacOS).
  
  
tutorial/setup.txt · Last modified: 2024/04/15 00:35 by solidblock