This is an old revision of the document!


Using NeoForge

NeoForge support has been added into Architectury Loom 1.2+.

Instructions

1. Replace the forge code in the build.gradle dependencies block:

forge "net.neoforged:forge:VERSION"

2. Add the NeoForge repository in the build.gradle repositories block and settings.gradle repositories block:

maven { url "https://maven.neoforged.net/releases/" }