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

19 lines
336 B
JSON

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