IMC-Vocality/kubejs/data/apotheosis/recipes/fletching/kunai.json
2025-04-09 22:50:07 -05:00

22 lines
321 B
JSON

{
"type": "apotheosis:fletching",
"conditions": [{
"type": "apotheosis:module",
"module": "village"
}],
"ingredients": [
{
"item": "oreganized:silver_nugget"
},
{
"item": "minecraft:stick"
},
{
"item": "minecraft:air"
}
],
"result": {
"item": "caverns_and_chasms:kunai",
"count": 2
}
}