Part 2 of ARC Recipe Implementation

Added the ability for FluidStacks to be used as inputs and outputs, with a bit of cribbing off of how Mekanism handled their FluidStackIngredient.
This commit is contained in:
WayofTime 2020-10-27 10:40:39 -04:00
parent f9327d8f5a
commit f0d62b997a
12 changed files with 634 additions and 16 deletions

View file

@ -6,6 +6,14 @@
"tool": {
"item": "minecraft:acacia_boat"
},
"inputfluid": {
"amount": 1000,
"fluid": "minecraft:lava"
},
"outputfluid": {
"fluid": "minecraft:water",
"amount": 100
},
"output": {
"item": "bloodmagic:altar"
}