tutorial:setup
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:setup [2024/08/27 13:47] – solidblock | tutorial:setup [2025/10/23 19:50] (current) – Fix typo in Minecraft Develop*m*ent plugin header gauntrecluse | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~REDIRECT> | + | ~~REDIRECT> |
| ====== Setting up a mod development environment ====== | ====== Setting up a mod development environment ====== | ||
| Line 6: | Line 6: | ||
| ==== Installing JDK ==== | ==== Installing JDK ==== | ||
| - | To develop mods, a Java Development Kit (JDK) is required. Visit [[https:// | + | To develop mods, a Java Development Kit (JDK) is required. Visit [[https:// |
| * Since 1.20.5, Java 21 or newer is required. | * Since 1.20.5, Java 21 or newer is required. | ||
| * Since 1.18, Java 17 or newer is required. | * Since 1.18, Java 17 or newer is required. | ||
| Line 14: | Line 14: | ||
| More information about installing Java can be found: | More information about installing Java can be found: | ||
| * Fabric Wiki's player tutorial of installing Java for [[player: | * Fabric Wiki's player tutorial of installing Java for [[player: | ||
| - | * Fabric Documentation' | + | * Fabric Documentation' |
| ==== Installing an IDE ==== | ==== Installing an IDE ==== | ||
| - | Before writing your code, you install | + | Before writing your code, you should |
| If you are not familiar with any of these, we recommend to use Intellij IDEA as that is what most people choose for modding. | If you are not familiar with any of these, we recommend to use Intellij IDEA as that is what most people choose for modding. | ||
| - | ===== Creatng | + | ===== Creating |
| > Detailed tutorial can be found on [[https:// | > Detailed tutorial can be found on [[https:// | ||
| Line 50: | Line 50: | ||
| **NOTE:** Don't run the '' | **NOTE:** Don't run the '' | ||
| - | === Installing | + | === Minecraft |
| If you are using IntelliJ IDEA, it is highly recommended to install [[https:// | If you are using IntelliJ IDEA, it is highly recommended to install [[https:// | ||
| Line 96: | Line 96: | ||
| * '' | * '' | ||
| * "no JDK module specified" | * "no JDK module specified" | ||
| - | It seems to be a bug of Intellij IDEA since a recent update 2023.2. To fix, just delete the '' | ||
| - | If the issue happens, edit the run config, and try modifying the module (the value for parameter '' | + | There are several fixes, among which one may be a potential fix: |
| + | * If you're using Intellij IDEA, go to " | ||
| + | * It seems to be a bug of Intellij IDEA since a recent update 2023.2. To fix, just delete the '' | ||
| + | * If you have subprojects, | ||
| + | * If the issue still happens, edit the run config, and try modifying the module (the value for parameter '' | ||
| ==== Minecraft game provider couldn' | ==== Minecraft game provider couldn' | ||
| Line 106: | Line 109: | ||
| * '' | * '' | ||
| - | This may be because the project path contains non-ASCII characters that may cause incompatibility. Try move the project to paths without non-ASCII characters, or in the run config of " | + | This may be because the project path contains non-ASCII characters that may cause incompatibility. Try move the project to paths without non-ASCII characters, or in the run config of " |
| + | Another potential fix, is to go to Region Settings in the Settings or Contral Panel of Windows, go to Region Settings, and enable "Beta: Use Unicode UTF-8 for worldwide language support", | ||
| ==== " | ==== " | ||
tutorial/setup.1724766474.txt.gz · Last modified: 2024/08/27 13:47 by solidblock