RyanHub – file viewer
filename: common/src/main/generated/data/minecraft/advancement/oritech/ai.json
branch: 1.21
back to repo
{
  "parent": "minecraft:oritech/atomicforge",
  "criteria": {
    "got_ai": {
      "conditions": {
        "items": [
          {
            "items": "oritech:super_ai_chip"
          }
        ]
      },
      "trigger": "minecraft:inventory_changed"
    }
  },
  "display": {
    "background": "minecraft:textures/gui/advancements/backgrounds/adventure.png",
    "description": {
      "translate": "advancements.oritech.ai.description"
    },
    "frame": "goal",
    "icon": {
      "count": 1,
      "id": "oritech:super_ai_chip"
    },
    "title": {
      "translate": "advancements.oritech.ai"
    }
  },
  "requirements": [
    [
      "got_ai"
    ]
  ],
  "sends_telemetry_event": true
}