mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
27 lines
485 B
JSON
27 lines
485 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:yellow_dye_from_dandelion"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"group": "yellow_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dandelion",
|
|
"data": 0
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:dandelion",
|
|
"data": 0
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 11
|
|
}
|
|
}
|
|
}
|