Files
minecraft-assets/data/minecraft/recipe/red_dye_from_tulip.json
2024-05-22 18:30:55 +02:00

14 lines
225 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "red_dye",
"ingredients": [
{
"item": "minecraft:red_tulip"
}
],
"result": {
"count": 1,
"id": "minecraft:red_dye"
}
}