Datapack Customizations'Customization Via Datapack - MUYUTwilighter/Croparia GitHub Wiki

< Back to Datapack-Customizations

Customization via Datapack

Here we discuss the customizations via datapacks. If you don't know what datapack is, go check Minecraft Wiki.

If you want to automate the data modifying & creating, you should use Data Generator instead.

Replace

To replace the original data file, you just need to define a new file in your datapack with the identically same namespace & path, but feel free about the name of your datapack.

1. Get the data file ID

You probably need Roughly Enough Items to brower and view the recipes & loot tables.

2. Create a file in your datapack

For example, you want to replace the recipe croparia:crafting/croparia, then you need to create a file in {DatapackName}/croparia/recipes/crafting/croparia.json

3. Define the content

You may use any type of recipes to fulfill your need.

See also: Infusor Recipe Scheme, Ritual Recipe Scheme, Ritual Structure