22 lines
325 B
JSON
22 lines
325 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"DdD",
|
|
" s ",
|
|
" s "
|
|
],
|
|
"key": {
|
|
"D": {
|
|
"item": "minecraft:stone"
|
|
},
|
|
"d": {
|
|
"item": "minecraft:cobblestone"
|
|
},
|
|
"s": {
|
|
"item": "minecraft:stick"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "simple-hammers:stone_hammer"
|
|
}
|
|
} |