MCMinecraft Assets Explorer

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

obtain_blaze_rod.json0 B

Empty File
{
  "parent": "minecraft:nether/find_fortress",
  "criteria": {
    "blaze_rod": {
      "conditions": {
        "items": [
          {
            "items": "minecraft:blaze_rod"
          }
        ]
      },
      "trigger": "minecraft:inventory_changed"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.nether.obtain_blaze_rod.description"
    },
    "icon": {
      "count": 1,
      "id": "minecraft:blaze_rod"
    },
    "title": {
      "translate": "advancements.nether.obtain_blaze_rod.title"
    }
  },
  "requirements": [
    [
      "blaze_rod"
    ]
  ],
  "sends_telemetry_event": true
}