mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 20:57:08 +00:00
29 lines
478 B
JSON
29 lines
478 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:brown_dye_from_cocoa_beans"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "brown_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 3
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 3
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 17
|
|
}
|
|
}
|
|
}
|