BloodMagic/src/generated/resources/data/bloodmagic/recipes/arc/weakbloodshard.json
WayofTime 4f46dc150d Added reversion recipes
Added reversion recipes to the Alchemical Reaction Chamber. This allows no longer used blood orbs to be converted back to their pre-crafted form.
2020-11-01 19:07:00 -05:00

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
}