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

17 lines
313 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
},
{
"item": "minecraft:enchanted_book"
}
],
"result": {
2021-11-24 17:57:31 +01:00
"item": "actuallyadditions:lens_of_the_killer"
2021-11-21 22:38:48 +01:00
}
}