mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
25 lines
436 B
JSON
25 lines
436 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:red_dye_from_tulip"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"group": "red_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:red_tulip"
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:red_tulip"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 1
|
|
}
|
|
}
|
|
}
|