31 lines
552 B
JSON
31 lines
552 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:suspicious_stew_from_oxeye_daisy"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:brown_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:red_mushroom"
|
|
},
|
|
{
|
|
"item": "minecraft:bowl"
|
|
},
|
|
{
|
|
"item": "minecraft:red_flower",
|
|
"data": 8
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:suspicious_stew",
|
|
"data": 8
|
|
}
|
|
}
|
|
}
|