FleshZ Mod — Configuration
Datapack Configuration
FleshZ is highly customizable via datapacks. Server owners and modpack creators can add their own drying recipes or modify existing ones by creating JSON files in the following directory:
data/rotten/rack_items/
Example JSON Structure:
{
"item": "minecraft:kelp",
"result": "minecraft:dried_kelp",
"time": 4800
}
- item: The ID of the item to be placed on the rack.
- result: The ID of the item produced after drying.
- time: The duration in ticks (20 ticks = 1 second).