You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
16
data/minecraft/recipes/firework_rocket_simple.json
Normal file
16
data/minecraft/recipes/firework_rocket_simple.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gunpowder"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 3,
|
||||
"item": "minecraft:firework_rocket"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user