9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-28 03:19:14 +00:00

added gunpowder recipe

This commit is contained in:
XiaoMoMi
2025-03-26 21:41:02 +08:00
parent 299852ead3
commit 1cde089642

View File

@@ -226,4 +226,22 @@ recipes#misc:
B: "minecraft:netherite_ingot"
result:
id: default:netherite_anvil
count: 1
default:gunpowder_from_block:
type: shapeless
ingredients:
A: "default:gunpowder_block"
result:
id: minecraft:gunpowder
count: 9
default:gunpowder_block:
type: shaped
pattern:
- "AAA"
- "AAA"
- "AAA"
ingredients:
A: "minecraft:gunpowder"
result:
id: default:gunpowder_block
count: 1