mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
31 lines
566 B
JSON
31 lines
566 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:brown_candle_from_cocoa_beans"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"group": "candle",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:candle"
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 3
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:candle"
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 3
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:brown_candle"
|
|
}
|
|
}
|
|
} |