Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
loom:datagen [2023/12/03 01:16] – restructure juuzloom:datagen [2023/12/26 00:58] (current) – fix merging hyphens juuz
Line 36: Line 36:
 Refresh Gradle, and you are done! Refresh Gradle, and you are done!
  
-If you wish to add more arguments (like ''--existing''), following is an example on how to add additional arguments:+If you wish to add more arguments (like ''%%--%%existing''), following is an example on how to add additional arguments:
  
 <code groovy> <code groovy>
Line 67: Line 67:
 Run ''runData'' or use your IDE's run configurations to generate the assets, should be the same as ForgeGradle. Run ''runData'' or use your IDE's run configurations to generate the assets, should be the same as ForgeGradle.
  
-Architectury Loom automatically adds the following arguments: ''--all --mod <the mod ids> --output <path to src/generated/resources>'', if you wish to add more (like ''--existing''), following is an example on how to add additional arguments:+Architectury Loom automatically adds the following arguments: ''%%--%%all %%--%%mod <the mod ids> %%--%%output <path to src/generated/resources>'', if you wish to add more (like ''%%--%%existing''), following is an example on how to add additional arguments:
  
 <code groovy> <code groovy>