mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
24 lines
395 B
JSON
Vendored
24 lines
395 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:beetroot_soup"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:bowl"
|
|
},
|
|
{
|
|
"item": "minecraft:beetroot",
|
|
"count": 6
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:beetroot_soup"
|
|
}
|
|
}
|
|
}
|