Files
PlasticGun/src/main/resources/data/plasticgun/recipe/snub_nosed_revolver.json
2024-07-29 15:19:28 +02:00

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
}
}