Fixed the ARC Serialization
This commit is contained in:
parent
bacaf114fb
commit
4dfa414a56
6 changed files with 27 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
|||
"output": {
|
||||
"item": "bloodmagic:reinforcedslate"
|
||||
},
|
||||
"upgradeLevel": 2,
|
||||
"upgradeLevel": 1,
|
||||
"altarSyphon": 2000,
|
||||
"consumptionRate": 5,
|
||||
"drainRate": 5
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue