ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/lens_of_the_killer.json
2024-03-04 22:52:17 +01:00

21 lines
456 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:diamond_sword"
},
{
"item": "actuallyadditions:lens_of_certain_death"
},
{
"type": "neoforge:nbt",
"item": "minecraft:enchanted_book",
"strict": true,
"tag": "{Enchantments:[{id:\"minecraft:sharpness\",lvl:5s}]}"
}
],
"result": {
"item": "actuallyadditions:lens_of_the_killer"
}
}