ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/lens_of_the_killer.json
2024-03-03 01:20:53 +01:00

21 lines
449 B
JSON

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