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

19 lines
387 B
JSON

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