20 lines
237 B
JSON
20 lines
237 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern":
|
|
[
|
|
"AAA",
|
|
"AAA",
|
|
"AAA"
|
|
],
|
|
"key":
|
|
{
|
|
"A":
|
|
{
|
|
"item": "examplemod:cobblestone_1x"
|
|
}
|
|
},
|
|
"result":
|
|
{
|
|
"item": "examplemod:cobblestone_2x"
|
|
}
|
|
} |