modpack/resources/required-data/ExploreCraft-Tweaks/data/minecraft/recipes/gunpowder.json

23 lines
413 B
JSON

{
"type": "crafting_shapeless",
"result": {
"item": "minecraft:gunpowder",
"count": 8
},
"ingredients": [
{
"item": "minecraft:glowstone_powder"
},
{
"item": "minecraft:flint"
},
{
"item": "minecraft:coal"
},
{
"item": "mythicmetals:banglum_dust"
}
],
"group": "sandstone_dyeing"
}