minecraft-src/data/minecraft/recipe/red_dye_from_poppy.json
2025-07-04 01:41:11 +03:00

14 lines
No EOL
221 B
JSON

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