aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/data/eye_of_nether/recipes/eye_of_nether.json
blob: e2e1ba89bbaa6220aae62b777f8310d65a4a89a9 (plain)
1
2
3
4
5
6
7
8
{
    "type": "minecraft:crafting_shapeless",
    "ingredients": [
        { "item": "minecraft:ender_pearl" },
        { "item": "minecraft:ghast_tear" }
    ],
    "result": { "item": "eye_of_nether:eye_of_nether" }
}