layout | title | permalink | topnav |
---|---|---|---|
default |
Develop |
/develop/ |
true |
This page provides a curated selection of resources to support both new mod creation and the maintenance of existing projects.
If you require additional help, the Fabric Discord server offers dedicated mod development channels with resources and advice from the community.
If you want to learn how to create mods, you should refer to the wiki or the official documentation site.
Project templates offer a standardized foundation for Fabric mods - allowing you to quickly create new projects.
Easily access Javadoc for toolchain projects and the game, either online or directly within your IDE.
You need Javascript to show the latest Versions
{% assign cacheBust = site.time | date:'?v=%s' %}
<script type="text/javascript" src="{{ "/scripts/main.js" | relative_url | append: cacheBust }}"></script>