Files
PlasticGun/src/main/resources/data/plasticgun/recipe/grenade_m7a3.json
2024-12-05 14:46:33 +01:00

19 lines
335 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"CEC",
" G "
],
"key": {
"T": "plasticgun:titanium_alloy",
"C": "plasticgun:composite_resin",
"E": "plasticgun:explosive_powder",
"G": "plasticgun:graphene_sheet"
},
"result": {
"id": "plasticgun:grenade_m7a3",
"count": 1
}
}