mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
28 lines
628 B
JSON
28 lines
628 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:grindstone_from_crimson_planks"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"|_|",
|
|
"# #"
|
|
],
|
|
"key": {
|
|
"|": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:crimson_planks"
|
|
},
|
|
"_": {
|
|
"item": "minecraft:normal_stone_slab"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:grindstone"
|
|
},
|
|
"priority": 2
|
|
}
|
|
} |