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

19 lines
330 B
JSON

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