How To Install¶
Like Architectury we support very little when it comes to IDE's, Intellij and Visual Studio Code, you will Need Java 19+. Open The version you want to work on in the respective branch and then open the folder matching the name of the version's branch as a project
Minecraft
When opening the project you Must open the 1.19.2 or 1.20.4 or any other wanted version's folder instead of opening the root folder
Note
Using Eclipse is possible but not recommended
Usage in your own mod¶
First add the required maven repository to your build.gradle file in the root
and then modify the build.gradle for the proper project/ProjectsWarning
Forge is only supported until Minecraft 1.19.2
Warning
NeoForge is only supported from Minecraft 1.20.4 and onwards
Info
Fabric-Like is a project containing shared code between Fabric and Quilt