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:
@@ -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
|
||||
Reference in New Issue
Block a user