BloodMagic/src/generated/resources/data/bloodmagic/recipes/arc/test1.json
WayofTime f9327d8f5a ARC Recipe Framework Part 1
Added the serializers, deserializers, builders, etc, for the Alchemical Reaction Chamber recipe, ARCRecipe. The block does not currently have the functionality to use it yet.

And only when I am currently writing this do I realize I forgot to add FluidStack functionality to the recipes. Welp.
2020-10-26 21:48:53 -04:00

20 lines
289 B
JSON

{
"type": "bloodmagic:arc",
"input": {
"tag": "forge:gems/diamond"
},
"tool": {
"tag": "forge:bones"
},
"addedoutput": [
{
"chance": 0.5,
"type": {
"item": "minecraft:diamond"
}
}
],
"output": {
"item": "bloodmagic:altar"
}
}