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