The templates to create Minecraft mods with Architectury toolchains.
- Multi-loader support
- Merge Forge, Fabric, NeoForge jars together
- Pre-configured dependencies
-
Click
Use this template
button and clickCreate a new repository
. -
Finish creating repository.
-
Clone the repository and open the repository folder with your IDE.
-
Wait for the Gradle Sync.
-
Edit
gradle.properties
,setting.gradle
(when there is a comment containing[Customize]
) -
Replace everything containing
examplemod
andexample
with your mod information. -
Start modding with Architectury!