1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 02:31:25 +00:00
bedrock-samples/behavior_pack/recipes/yellow_dye_from_dandelion.json
Mike Ammerlaan 1c48a87a35 v1.21.20.3
2024-08-13 09:36:05 -07:00

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
}
}
}