MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

follow_ender_eye.json0 B

Empty File
{
  "parent": "minecraft:story/enter_the_nether",
  "criteria": {
    "in_stronghold": {
      "conditions": {
        "player": [
          {
            "condition": "minecraft:entity_properties",
            "entity": "this",
            "predicate": {
              "location": {
                "structures": "minecraft:stronghold"
              }
            }
          }
        ]
      },
      "trigger": "minecraft:location"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.story.follow_ender_eye.description"
    },
    "icon": {
      "count": 1,
      "id": "minecraft:ender_eye"
    },
    "title": {
      "translate": "advancements.story.follow_ender_eye.title"
    }
  },
  "requirements": [
    [
      "in_stronghold"
    ]
  ],
  "sends_telemetry_event": true
}