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/leather_from_flesh.json
2021-01-23 21:36:55 +01:00

25 lines
466 B
JSON

{
"type": "bloodmagic:alchemytable",
"input": [
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:rotten_flesh"
}
],
"output": {
"item": "minecraft:leather",
"count": 4
},
"syphon": 100,
"ticks": 200,
"upgradeLevel": 1
}