1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-25 07:49:12 +00:00
bedrock-samples/behavior_pack/recipes/light_blue_dye.json

39 lines
634 B
JSON
Raw Normal View History

2022-09-23 06:24:26 -07:00
{
2023-07-11 09:11:33 -07:00
"format_version": "1.20.10",
2022-09-23 06:24:26 -07:00
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:light_blue_dye"
},
"tags": [ "crafting_table" ],
"group": "light_blue_dye",
"priority": 1,
"ingredients": [
{
"item": "minecraft:dye",
"data": 18
},
{
"item": "minecraft:dye",
"data": 19
}
2023-07-11 09:11:33 -07:00
],
"unlock": [
{
"item": "minecraft:dye",
"data": 18
},
{
"item": "minecraft:dye",
"data": 19
}
2022-09-23 06:24:26 -07:00
],
"result": {
"item": "minecraft:dye",
"data": 12,
"count": 2
}
}
}