FabricMC / fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
MIT License
233 stars 201 forks source link

A utility for configuring data generation should be added #959

Closed haykam821 closed 10 months ago

haykam821 commented 11 months ago

As per Discord discussion, some syntax for configuring the data generation resources directory, run configuration, and source set would be useful:

loom {
    configureDataGeneration()
}

In addition, this utility could exclude the .cache directory which breaks build reproducibility.

modmuss50 commented 10 months ago

This was done :)