1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/kubejs/data/bloodmagic/recipes/alchemytable/clay_from_sand.json
2021-01-23 21:36:55 +01:00

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
}