This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| loom:using_neo [2023/08/26 16:18] – created shedaniel | loom:using_neo [2023/12/26 01:01] (current) – add link to general neoforge migration guide juuz | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| NeoForge support has been added into Architectury Loom 1.2+. | NeoForge support has been added into Architectury Loom 1.2+. | ||
| - | ==== Instructions ==== | + | See [[api: |
| - | 1. Use '' | + | |
| - | 2. Add '' | + | ==== Instructions |
| + | 1. Replace the forge code in the build.gradle dependencies block: | ||
| + | <code groovy> | ||
| + | forge " | ||
| + | </ | ||
| + | 2. Add the NeoForge repository | ||
| + | <code groovy> | ||
| + | maven { url " | ||
| + | </ | ||