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

13 lines
205 B
JSON

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