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

14 lines
No EOL
231 B
JSON

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