added gunpowder recipe

This commit is contained in:
Jottyfan
2026-01-01 12:23:02 +01:00
parent b1c7a86a07
commit ec08cab62e

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:coal",
"quickly:sulfor",
"quickly:salpeter"
],
"result": {
"id": "minecraft:gunpowder",
"count": 1
}
}