added ingots and oxidized copper powder

This commit is contained in:
Jottyfan
2024-11-16 00:43:40 +01:00
parent 203e00347a
commit fb6867f25b
39 changed files with 290 additions and 1 deletions

View File

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