22 lines
370 B
JSON
22 lines
370 B
JSON
|
{
|
||
|
"type": "bloodmagic:alchemytable",
|
||
|
"input": [
|
||
|
{
|
||
|
"tag": "forge:sand"
|
||
|
},
|
||
|
{
|
||
|
"tag": "forge:sand"
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:water_bucket"
|
||
|
}
|
||
|
],
|
||
|
"output": {
|
||
|
"item": "minecraft:clay",
|
||
|
"count": 2
|
||
|
},
|
||
|
"syphon": 50,
|
||
|
"ticks": 100,
|
||
|
"upgradeLevel": 2
|
||
|
}
|