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

20 lines
427 B
JSON
Raw Normal View History

2021-11-21 22:38:48 +01:00
{
"type": "minecraft:crafting_shapeless",
"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-02 21:23:08 +01:00
"type": "forge:nbt",
"item": "minecraft:enchanted_book",
"count": 1,
"nbt": "{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
}
}