MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
1.20.2-pre4
Empty File
{
  "parent": "minecraft:husbandry/safely_harvest_honey",
  "criteria": {
    "wax_on": {
      "conditions": {
        "location": [
          {
            "condition": "minecraft:location_check",
            "predicate": {
              "block": {
                "blocks": [
                  "minecraft:copper_block",
                  "minecraft:exposed_copper",
                  "minecraft:weathered_copper",
                  "minecraft:oxidized_copper",
                  "minecraft:cut_copper",
                  "minecraft:exposed_cut_copper",
                  "minecraft:weathered_cut_copper",
                  "minecraft:oxidized_cut_copper",
                  "minecraft:cut_copper_slab",
                  "minecraft:exposed_cut_copper_slab",
                  "minecraft:weathered_cut_copper_slab",
                  "minecraft:oxidized_cut_copper_slab",
                  "minecraft:cut_copper_stairs",
                  "minecraft:exposed_cut_copper_stairs",
                  "minecraft:weathered_cut_copper_stairs",
                  "minecraft:oxidized_cut_copper_stairs"
                ]
              }
            }
          },
          {
            "condition": "minecraft:match_tool",
            "predicate": {
              "items": [
                "minecraft:honeycomb"
              ]
            }
          }
        ]
      },
      "trigger": "minecraft:item_used_on_block"
    }
  },
  "display": {
    "announce_to_chat": true,
    "description": {
      "translate": "advancements.husbandry.wax_on.description"
    },
    "frame": "task",
    "hidden": false,
    "icon": {
      "item": "minecraft:honeycomb"
    },
    "show_toast": true,
    "title": {
      "translate": "advancements.husbandry.wax_on.title"
    }
  },
  "requirements": [
    [
      "wax_on"
    ]
  ],
  "sends_telemetry_event": true
}