Stuff go brr
This commit is contained in:
18
src/main/resources/data/plasticgun/recipe/grenade_mk3a2.json
Normal file
18
src/main/resources/data/plasticgun/recipe/grenade_mk3a2.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" G ",
|
||||
"CEC",
|
||||
" T "
|
||||
],
|
||||
"key": {
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"E": { "item": "plasticgun:explosive_powder" },
|
||||
"T": { "item": "plasticgun:titanium_alloy" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:grenade_mk3a2",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user