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.
This commit is contained in:
parent
152525bbe3
commit
f9327d8f5a
21 changed files with 556 additions and 39 deletions
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "bloodmagic:arc",
|
||||
"input": {
|
||||
"tag": "forge:gems/diamond"
|
||||
},
|
||||
"tool": {
|
||||
"tag": "forge:bones"
|
||||
},
|
||||
"addedoutput": [
|
||||
{
|
||||
"chance": 0.5,
|
||||
"type": {
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"item": "bloodmagic:altar"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "bloodmagic:arc",
|
||||
"input": {
|
||||
"tag": "forge:gems/diamond"
|
||||
},
|
||||
"tool": {
|
||||
"item": "minecraft:acacia_boat"
|
||||
},
|
||||
"output": {
|
||||
"item": "bloodmagic:altar"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:diamond"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue