Fixed the ARC Serialization

This commit is contained in:
WayofTime 2020-10-27 18:32:43 -04:00
parent bacaf114fb
commit 4dfa414a56
6 changed files with 27 additions and 14 deletions

View file

@ -6,7 +6,7 @@
"output": {
"item": "bloodmagic:reinforcedslate"
},
"upgradeLevel": 2,
"upgradeLevel": 1,
"altarSyphon": 2000,
"consumptionRate": 5,
"drainRate": 5

View file

@ -0,0 +1,17 @@
{
"type": "bloodmagic:soulforge",
"input0": {
"item": "minecraft:ghast_tear"
},
"input1": {
"tag": "forge:feathers"
},
"input2": {
"tag": "forge:feathers"
},
"output": {
"item": "bloodmagic:reagentair"
},
"minimumDrain": 128.0,
"drain": 20.0
}