{
  "oreMultiplier": 1,
  "ores": [
    {
      "ore_size": 4,
      "discard_on_air_chance": 0.0,
      "modifiers": [
        {
          "count": 2,
          "type": "minecraft:count"
        },
        {
          "height": {
            "min_inclusive": {
              "absolute": 0
            },
            "max_inclusive": {
              "absolute": 60
            },
            "type": "minecraft:uniform"
          },
          "type": "minecraft:height_range"
        },
        {
          "type": "minecraft:in_square"
        },
        {
          "type": "minecraft:biome"
        }
      ],
      "targets": [
        {
          "target": {
            "block": "minecraft:end_stone",
            "predicate_type": "minecraft:block_match"
          },
          "state": {
            "Properties": {
              "facing": "north"
            },
            "Name": "productivebees:end_stone_nest"
          }
        }
      ]
    },
    {
      "ore_size": 4,
      "discard_on_air_chance": 0.0,
      "modifiers": [
        {
          "count": 2,
          "type": "minecraft:count"
        },
        {
          "height": {
            "min_inclusive": {
              "absolute": 0
            },
            "max_inclusive": {
              "absolute": 60
            },
            "type": "minecraft:uniform"
          },
          "type": "minecraft:height_range"
        },
        {
          "type": "minecraft:in_square"
        },
        {
          "type": "minecraft:biome"
        }
      ],
      "targets": [
        {
          "target": {
            "block": "minecraft:obsidian",
            "predicate_type": "minecraft:block_match"
          },
          "state": {
            "Properties": {
              "facing": "north"
            },
            "Name": "productivebees:obsidian_nest"
          }
        }
      ]
    }
  ]
}