User Tools

Site Tools


tutorial:datagen_setup

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:datagen_setup [2022/08/08 19:26] – created mineblock11tutorial:datagen_setup [2022/08/08 19:46] mineblock11
Line 1: Line 1:
-====== Getting started using Data Generation ======+====== Getting started with Data Generation ======
  
 Data Generation is a new module of the Fabric API, it allows you to dynamically generate Recipes, Language Files, Loot Tables, Advancements and pretty much anything with Custom Providers. Data Generation is a new module of the Fabric API, it allows you to dynamically generate Recipes, Language Files, Loot Tables, Advancements and pretty much anything with Custom Providers.
Line 23: Line 23:
  
 // We should run datagen whenever we build. // We should run datagen whenever we build.
-remapJar.dependsOn datagenClient+processResources.dependsOn datagenClient
  
 // Add the datagenned files into the jar. // Add the datagenned files into the jar.
tutorial/datagen_setup.txt · Last modified: 2024/03/15 05:06 by shnupbups