🇬🇧 English
🇬🇧 English
Appearance
🇬🇧 English
🇬🇧 English
Appearance
This page is written for:
1.21
This page is written for:
1.21
To start developing mods with Fabric, you will need to set up a development environment using IntelliJ IDEA.
To develop mods for Minecraft 1.21, you will need JDK 21.
If you need help installing Java, you can refer to the various Java installation guides in the player guides section.
INFO
You can obviously use other IDEs, such as Eclipse or Visual Studio Code, but the majority of the pages on this documentation site will assume that you are using IntelliJ IDEA - you should refer to the documentation for your IDE if you are using a different one.
If you do not have IntelliJ IDEA installed, you can download it from the official website - follow the installation steps for your operating system.
The Community edition of IntelliJ IDEA is free and open-source, and it is the recommended version for modding with Fabric.
You may have to scroll down to find the Community edition download link - it looks like the following:
Although these plugins aren't strictly necessary, they can make modding with Fabric much easier - you should consider installing them.
The Minecraft Development plugin provides support for modding with Fabric, and it is the most important plugin to install.
You can install it by opening IntelliJ IDEA, and then navigating to File > Settings > Plugins > Marketplace Tab
- search for Minecraft Development
in the search bar, and then click the Install
button.
Alternatively, you can download it from the plugin page and then install it by navigating to File > Settings > Plugins > Install Plugin From Disk
.