mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
29 lines
515 B
JSON
29 lines
515 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:stripped_mangrove_wood"
|
|
},
|
|
"tags": [ "deprecated" ],
|
|
"group": "wood",
|
|
"pattern": [
|
|
"##",
|
|
"##"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stripped_mangrove_log"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:stripped_mangrove_log"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:stripped_mangrove_wood",
|
|
"count": 3
|
|
}
|
|
}
|
|
}
|