ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/lens_of_the_killer.json

21 lines
456 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shapeless",
2024-03-03 01:20:53 +01:00
"category": "misc",
2021-11-21 22:38:48 +01:00
"ingredients": [
{
"item": "minecraft:diamond_sword"
},
{
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:lens_of_certain_death"
2021-11-21 22:38:48 +01:00
},
{
2024-03-04 22:52:17 +01:00
"type": "neoforge:nbt",
2024-03-03 01:20:53 +01:00
"item": "minecraft:enchanted_book",
2024-03-04 22:52:17 +01:00
"strict": true,
"tag": "{Enchantments:[{id:\"minecraft:sharpness\",lvl:5s}]}"
2021-11-21 22:38:48 +01:00
}
],
"result": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:lens_of_the_killer"
2021-11-21 22:38:48 +01:00
}
}