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

21 lines
402 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"T ",
"HHC",
"PGR"
],
"key": {
"T": "plasticgun:titanium_alloy",
"H": "plasticgun:hardened_steel",
"C": "plasticgun:composite_frame",
"P": "plasticgun:precision_gear",
"G": "plasticgun:graphene_sheet",
"R": "plasticgun:reinforced_fiber"
},
"result": {
"id": "plasticgun:awp",
"count": 1
}
}