You've already forked minecraft-assets
Create/Update assets for version 22w07a
This commit is contained in:
23
data/minecraft/recipes/fire_charge.json
Normal file
23
data/minecraft/recipes/fire_charge.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gunpowder"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:blaze_powder"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:charcoal"
|
||||
}
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:fire_charge",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user