Files
PlasticGun/src/main/resources/data/plasticgun/recipe/flak_vest.json
2024-08-19 22:48:12 +02:00

25 lines
395 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "plasticgun:hyperalloy"
},
{
"item": "minecraft:iron_chestplate"
},
{
"item": "plasticgun:hyperalloy"
},
{
"item": "plasticgun:hyperalloy"
},
{
"item": "plasticgun:hyperalloy"
}
],
"result": {
"id": "plasticgun:flak_vest",
"count": 4
}
}