19 lines
387 B
JSON
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
|
|
}
|
|
}
|