24 lines
413 B
JSON
24 lines
413 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:yellow_dye_from_sunflower"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "yellow_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:double_plant",
|
|
"data": 0
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 11,
|
|
"count": 2
|
|
}
|
|
}
|
|
}
|