mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:white_candle_from_bonemeal"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"group": "candle",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:candle"
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 15
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:white_candle"
|
|
}
|
|
}
|
|
} |