Files
minecraft-assets/data/minecraft/recipes/brown_dye.json
2024-04-22 09:53:17 +02:00

14 lines
231 B
JSON

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