Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
loom:datagen [2023/02/28 17:49] – Add docs for data() deprecation shedanielloom:datagen [2023/12/03 01:15] – clarify wording juuz
Line 3: Line 3:
 **NOTE:** This is **only** for Forge projects! Data Generators are still in development for Architectury projects. Fabric projects can follow Fabric Loom documentation. **NOTE:** This is **only** for Forge projects! Data Generators are still in development for Architectury projects. Fabric projects can follow Fabric Loom documentation.
  
-Builtin support for Forge Data Generators was deprecated due to its low customisability and relatively ease of manually configuring it in the project’s build.gradle.+The Loom DSL for Forge Data Generators was deprecated due to its low customisability and relatively ease of manually configuring it in the project’s build.gradle. The documentation 
 +below is included mostly as a historical reference.
  
 To make Data Generators work, we first need to add the src/generated folder to the resources classpath. To make Data Generators work, we first need to add the src/generated folder to the resources classpath.