This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| api:migration:neoforge [2023/11/17 15:01] – shedaniel | api:migration:neoforge [2024/05/11 12:37] (current) – clarify file paths in forge-like section juuz | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| == Acknowledgments == | == Acknowledgments == | ||
| - | The bunk of the work on porting Architectury Loom is done by [[https:// | + | The bulk of the work on porting Architectury Loom is done by [[https:// |
| ==== About MinecraftForge ==== | ==== About MinecraftForge ==== | ||
| - | To read more about our support on MinecraftForge and NeoForge, you may read more on the [[api: | + | To learn more about our support on MinecraftForge and NeoForge, you may read on the [[api: |
| ==== About Yarn ==== | ==== About Yarn ==== | ||
| Line 238: | Line 238: | ||
| **3. Setup Forge-Like** | **3. Setup Forge-Like** | ||
| - | Replace | + | In '' |
| <code groovy> | <code groovy> | ||
| architectury { | architectury { | ||
| Line 258: | Line 258: | ||
| **4. Setup Forge** | **4. Setup Forge** | ||
| - | Add dependency to the forge-like project, the syntax should be equal to any other common projects. | + | In '' |
| <code groovy> | <code groovy> | ||