

// Add to noise.json
"spawn_target": [
    {
      "temperature": [
        -1,
        1
      ],
      "humidity": [
        -1,
        1
      ],
      "continentalness": [
        -0.11,
        1
      ],
      "erosion": [
        -1,
        1
      ],
      "weirdness": [
        -1,
        -0.16
      ],
      "depth": 0,
      "offset": 0
    },
    {
      "temperature": [
        -1,
        1
      ],
      "humidity": [
        -1,
        1
      ],
      "continentalness": [
        -0.11,
        1
      ],
      "erosion": [
        -1,
        1
      ],
      "weirdness": [
        0.16,
        1
      ],
      "depth": 0,
      "offset": 0
    }
  ],