mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 19:45:37 +00:00
60 lines
1.0 KiB
JSON
60 lines
1.0 KiB
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:white_concrete_powder_from_bonemeal"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "concrete_powder",
|
|
"priority": 1,
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:bone_meal"
|
|
},
|
|
{
|
|
"item": "minecraft:sand",
|
|
"data": 0
|
|
},
|
|
{
|
|
"item": "minecraft:sand",
|
|
"data": 0
|
|
},
|
|
{
|
|
"item": "minecraft:sand",
|
|
"data": 0
|
|
},
|
|
{
|
|
"item": "minecraft:sand",
|
|
"data": 0
|
|
},
|
|
{
|
|
"item": "minecraft:gravel"
|
|
},
|
|
{
|
|
"item": "minecraft:gravel"
|
|
},
|
|
{
|
|
"item": "minecraft:gravel"
|
|
},
|
|
{
|
|
"item": "minecraft:gravel"
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:gravel"
|
|
},
|
|
{
|
|
"item": "minecraft:sand",
|
|
"data": 0
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:white_concrete_powder",
|
|
"count": 8
|
|
}
|
|
}
|
|
}
|