MCMinecraft Assets Explorer

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

find_bastion.json0 B

Empty File
{
  "parent": "minecraft:nether/root",
  "criteria": {
    "bastion": {
      "conditions": {
        "player": [
          {
            "condition": "minecraft:entity_properties",
            "entity": "this",
            "predicate": {
              "location": {
                "structures": "minecraft:bastion_remnant"
              }
            }
          }
        ]
      },
      "trigger": "minecraft:location"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.nether.find_bastion.description"
    },
    "icon": {
      "count": 1,
      "id": "minecraft:polished_blackstone_bricks"
    },
    "title": {
      "translate": "advancements.nether.find_bastion.title"
    }
  },
  "requirements": [
    [
      "bastion"
    ]
  ],
  "sends_telemetry_event": true
}