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

26 lines
328 B
JSON

{
"type": "tac:workbench",
"materials": [
{
"item": {
"tag": "forge:ingots/steel"
},
"count": 3
},
{
"item": {
"tag": "forge:plates/aluminum"
},
"count": 3
},
{
"item": {
"item": "conttenttweaker:rubber"
},
"count": 3
}
],
"result": {
"item": "tac:tactical_stock"
}
}