You've already forked minecraft-assets
Create/Update assets for version 1.20.5-rc2
This commit is contained in:
31
data/minecraft/recipes/beetroot_soup.json
Normal file
31
data/minecraft/recipes/beetroot_soup.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:beetroot"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:beetroot_soup"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user