
Added reversion recipes to the Alchemical Reaction Chamber. This allows no longer used blood orbs to be converted back to their pre-crafted form.
21 lines
354 B
JSON
21 lines
354 B
JSON
{
|
|
"type": "bloodmagic:arc",
|
|
"input": {
|
|
"item": "bloodmagic:infusedslate"
|
|
},
|
|
"tool": {
|
|
"tag": "bloodmagic:arc/reverter"
|
|
},
|
|
"addedoutput": [
|
|
{
|
|
"chance": 0.2,
|
|
"type": {
|
|
"item": "bloodmagic:weakbloodshard"
|
|
}
|
|
}
|
|
],
|
|
"output": {
|
|
"item": "bloodmagic:weakbloodshard"
|
|
},
|
|
"consumeingredient": false
|
|
} |