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

17 lines
220 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"K K",
"KKK",
"KKK"
],
"key": {
"K": {
"tag": "plasticgun:kevlar_sheet"
}
},
"result": {
"id": "plasticgun:kevlar_vest"
}
}