Cucumber
Extended Crafting
Iron Jetpacks
Mystical Agriculture
Mystical Automation
Reprocessor Recipes
Mystical Agriculture allows you to easily add your own Seed Reprocessor recipes using Datapacks.
Datapacks
The Recipe File
This section will go over the values available to use in a Seed Reprocessor recipe. Syntax can be inferred from the example JSON below.
| Field | Required | Description |
|---|---|---|
type | ✓ | The recipe type must be mysticalagriculture:reprocessor. |
input | ✓ | The item that will be placed in the input slot. |
result | ✓ | The item that this recipe will output once finished. |
Example File
{
"type": "mysticalagriculture:reprocessor",
"input": "minecraft:apple",
"result": {
"id": "minecraft:potato"
}
}