IMC-Vocality/kubejs/data/eidolon/recipes/parchment.json
2025-04-09 22:50:07 -05:00

28 lines
479 B
JSON

{
"type": "eidolon:crucible",
"steps": [
{
"items": [
{ "item": "minecraft:leather" }
]
},
{
"stirs": 1
},
{
"stirs": 1
},
{
"items": [
{ "item": "minecraft:paper" },
{ "item": "minecraft:paper" },
{ "item": "minecraft:paper" },
{ "item": "eidolon:enchanted_ash" }
]
}
],
"result": {
"item": "eidolon:parchment",
"count": 4
}
}