mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
28 lines
450 B
JSON
28 lines
450 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:bone_meal_from_bone"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "bonemeal",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:bone"
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:bone"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 15,
|
|
"count": 3
|
|
}
|
|
}
|
|
}
|