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

34 lines
631 B
JSON

{
"type": "eidolon:crucible",
"steps": [
{
"items": [
{ "tag": "forge:dyes/black" },
{ "tag": "forge:dyes/black" },
{ "item": "minecraft:glow_ink_sac" }
]
},
{
"items": [
{ "tag": "forge:dyes/blue" }
],
"stirs": 1
},
{
"items": [
{ "item": "oreganized:silver_nugget" },
{ "item": "oreganized:silver_nugget" }
],
"stirs": 1
},
{
"items": [
{ "item": "minecraft:glass_bottle" }
]
}
],
"result": {
"item": "eidolon:magic_ink",
"count": 2
}
}