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

17 lines
250 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" K ",
"KFK",
" K "
],
"key": {
"K": "plasticgun:reinforced_fiber",
"F": "minecraft:feather"
},
"result": {
"id": "plasticgun:kevlar_sheet",
"count": 1
}
}