minecraft-assets/data/minecraft/recipes/red_dye_from_rose_bush.json

14 lines
227 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "red_dye",
"ingredients": [
{
"item": "minecraft:rose_bush"
}
],
"result": {
"count": 2,
"item": "minecraft:red_dye"
}
}