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

21 lines
356 B
JSON

{
"type": "eidolon:crucible",
"steps": [
{
"items": [
{ "tag": "forge:dusts/sulfur" },
{ "item": "minecraft:bone_meal" }
]
},
{
"stirs": 1,
"items": [
{ "item": "minecraft:charcoal" }
]
}
],
"result": {
"item": "minecraft:gunpowder",
"count": 4
}
}