{
  "type": "minecraft:jigsaw",

  "start_pool": "companions:companions_pools/companions_teddytower_pool",

  "size": 2,

  "max_distance_from_center": 80,

  "biomes": [
    "minecraft:dark_forest"
  ],

  "step": "surface_structures",

  "start_height": {
    "above_bottom": 64
  },

  "project_start_to_heightmap": "WORLD_SURFACE_WG",

  "use_expansion_hack": false,

  "spawn_overrides": {
    "creature": {
      "bounding_box": "piece",
      "spawns": [
        {
          "type": "minecraft:pillager",
          "maxCount": 1,
          "minCount": 1,
          "weight": 1
        },
        {
          "type": "minecraft:witch",
          "maxCount": 1,
          "minCount": 1,
          "weight": 1
        },
        {
          "type": "minecraft:evoker",
          "maxCount": 1,
          "minCount": 1,
          "weight": 1
        }
      ]
    }
  }
}