{
  "type": "forge:conditional",
  "recipes": [
    {
      "conditions": [
        {
          "type": "forge:not",
          "value": {
            "type": "forge:tag_empty",
            "tag": "forge:ores/topaz"
          }
        }
      ],
      "recipe": {
        "type": "industrialforegoing:laser_drill_ore",
        "catalyst": {
          "item": "industrialforegoing:laser_lens1"
        },
        "output": {
          "tag": "forge:ores/topaz"
        },
        "pointer": 0,
        "rarity": [
          {
            "blacklist": {
              "type": "minecraft:worldgen/biome",
              "values": [
                "minecraft:the_end",
                "minecraft:the_void",
                "minecraft:small_end_islands",
                "minecraft:end_barrens",
                "minecraft:end_highlands",
                "minecraft:end_midlands"
              ]
            },
            "depth_max": 30,
            "depth_min": -40,
            "weight": 3,
            "whitelist": {}
          },
          {
            "blacklist": {
              "type": "minecraft:worldgen/biome",
              "values": [
                "minecraft:the_end",
                "minecraft:the_void",
                "minecraft:small_end_islands",
                "minecraft:end_barrens",
                "minecraft:end_highlands",
                "minecraft:end_midlands"
              ]
            },
            "depth_max": 255,
            "depth_min": 0,
            "weight": 1,
            "whitelist": {}
          }
        ]
      }
    }
  ]
}