Files
IMoO/recipes/brown_dye_from_cocoa_beans.json
T
2022-01-23 21:24:12 +03:00

23 lines
387 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:brown_dye_from_cocoa_beans"
},
"tags": [ "crafting_table" ],
"group": "brown_dye",
"ingredients": [
{
"item": "minecraft:dye",
"data": 3
}
],
"result": {
"item": "minecraft:dye",
"data": 17
}
}
}