23 lines
401 B
JSON
23 lines
401 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:white_dye_from_lily_of_the_valley"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "white_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:red_flower",
|
|
"data": 10
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 19
|
|
}
|
|
}
|
|
}
|