24 lines
518 B
JSON
24 lines
518 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:crafting_table_cut_copper_slab"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"AAA"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "minecraft:cut_copper"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:cut_copper_slab",
|
|
"count": 6
|
|
},
|
|
"priority": 1
|
|
}
|
|
} |