Gradle-Toolkit icon indicating copy to clipboard operation
Gradle-Toolkit copied to clipboard

Suite of Gradle tools made to make Minecraft modding less painful.

Results 4 Gradle-Toolkit issues
Sort by recently updated
recently updated
newest added

something like this `addManifest("ModSide", "CLIENT")` just as a nice utility without having to specify the task

This is common when using split source sets in modern fabric. `processResources` only applies to the main source set.