23 lines
387 B
JSON
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
|
|
}
|
|
}
|
|
}
|