MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
1.20.2-pre4
Empty File
{
  "parent": "minecraft:husbandry/wax_on",
  "criteria": {
    "wax_off": {
      "conditions": {
        "location": [
          {
            "condition": "minecraft:location_check",
            "predicate": {
              "block": {
                "blocks": [
                  "minecraft:waxed_copper_block",
                  "minecraft:waxed_exposed_copper",
                  "minecraft:waxed_weathered_copper",
                  "minecraft:waxed_oxidized_copper",
                  "minecraft:waxed_cut_copper",
                  "minecraft:waxed_exposed_cut_copper",
                  "minecraft:waxed_weathered_cut_copper",
                  "minecraft:waxed_oxidized_cut_copper",
                  "minecraft:waxed_cut_copper_slab",
                  "minecraft:waxed_exposed_cut_copper_slab",
                  "minecraft:waxed_weathered_cut_copper_slab",
                  "minecraft:waxed_oxidized_cut_copper_slab",
                  "minecraft:waxed_cut_copper_stairs",
                  "minecraft:waxed_exposed_cut_copper_stairs",
                  "minecraft:waxed_weathered_cut_copper_stairs",
                  "minecraft:waxed_oxidized_cut_copper_stairs"
                ]
              }
            }
          },
          {
            "condition": "minecraft:match_tool",
            "predicate": {
              "items": [
                "minecraft:wooden_axe",
                "minecraft:golden_axe",
                "minecraft:stone_axe",
                "minecraft:iron_axe",
                "minecraft:diamond_axe",
                "minecraft:netherite_axe"
              ]
            }
          }
        ]
      },
      "trigger": "minecraft:item_used_on_block"
    }
  },
  "display": {
    "announce_to_chat": true,
    "description": {
      "translate": "advancements.husbandry.wax_off.description"
    },
    "frame": "task",
    "hidden": false,
    "icon": {
      "item": "minecraft:stone_axe",
      "nbt": "{Damage:0}"
    },
    "show_toast": true,
    "title": {
      "translate": "advancements.husbandry.wax_off.title"
    }
  },
  "requirements": [
    [
      "wax_off"
    ]
  ],
  "sends_telemetry_event": true
}