18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
" H ",
|
|
"HC ",
|
|
" T "
|
|
],
|
|
"key": {
|
|
"H": { "item": "plasticgun:hardened_steel" },
|
|
"C": { "item": "plasticgun:composite_frame" },
|
|
"T": { "item": "plasticgun:trigger_mechanism" }
|
|
},
|
|
"result": {
|
|
"id": "plasticgun:snub_nosed_revolver",
|
|
"count": 1
|
|
}
|
|
}
|