mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
25 lines
573 B
JSON
25 lines
573 B
JSON
{
|
|
"format_version": "1.21.40",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:gray_dye_from_closed_eyeblossom"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"group": "gray_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:closed_eyeblossom"
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:closed_eyeblossom"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:gray_dye"
|
|
}
|
|
}
|
|
} |