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/magenta_dye_from_allium.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

28 lines
459 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:magenta_dye_from_allium"
},
"tags": [ "crafting_table" ],
"group": "magenta_dye",
"priority": 1,
"ingredients": [
{
"item": "minecraft:allium"
}
],
"unlock": [
{
"item": "minecraft:allium"
}
],
"result": {
"item": "minecraft:dye",
"data": 13
}
}
}