24 lines
406 B
JSON
24 lines
406 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:red_dye_from_rose_bush"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "red_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:double_plant",
|
|
"data": 4
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 1,
|
|
"count": 2
|
|
}
|
|
}
|
|
}
|