31 lines
655 B
JSON
31 lines
655 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:grindstone_from_crimson_planks4"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"ABA",
|
|
"C C"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "stick"
|
|
},
|
|
"B": {
|
|
"item": "stone_slab4"
|
|
},
|
|
"C": {
|
|
"item": "crimson_planks"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "grindstone",
|
|
"count": 1
|
|
},
|
|
"priority": 2
|
|
}
|
|
} |