Stuff go brr
This commit is contained in:
20
src/main/resources/data/plasticgun/recipe/awp.json
Normal file
20
src/main/resources/data/plasticgun/recipe/awp.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"T ",
|
||||
"HHC",
|
||||
"PGR"
|
||||
],
|
||||
"key": {
|
||||
"T": { "item": "plasticgun:titanium_alloy" },
|
||||
"H": { "item": "plasticgun:hardened_steel" },
|
||||
"C": { "item": "plasticgun:composite_frame" },
|
||||
"P": { "item": "plasticgun:precision_gear" },
|
||||
"G": { "item": "plasticgun:graphene_sheet" },
|
||||
"R": { "item": "plasticgun:reinforced_fiber" }
|
||||
},
|
||||
"result": {
|
||||
"id": "plasticgun:awp",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user