MCMinecraft Assets Explorer

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

minecraft_trials_edition.json0 B

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