Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
api:migration:neoforge [2023/11/17 15:25] shedanielapi: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://github.com/Juuxel|@Juuxel]].+The bulk of the work on porting Architectury Loom is done by [[https://github.com/Juuxel|@Juuxel]].
  
 ==== About MinecraftForge ==== ==== About MinecraftForge ====
Line 238: Line 238:
 **3. Setup Forge-Like** **3. Setup Forge-Like**
  
-Replace ''common()'' with ''forgeLike()'', and also apply ''platformPackage''.+In ''forgelike/build.gradle'', replace ''common()'' with ''forgeLike()'', and also apply ''platformPackage''.
 <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 ''forge/build.gradle'', add dependency to the forge-like project, the syntax should be equal to any other common projects.
  
 <code groovy> <code groovy>