Files
minecraft_server_zombie/kubejs/data/tac/recipes/specialised_grip.json
2024-11-28 17:00:03 +00:00

26 lines
324 B
JSON

{
"type": "tac:workbench",
"materials": [
{
"item": {
"tag": "forge:plates/aluminum"
},
"count": 6
},
{
"item": {
"item": "contenttweaker:rubber"
},
"count": 2
},
{
"item": {
"tag": "forge:leather"
},
"count": 2
}
],
"result": {
"item": "tac:specialised_grip"
}
}