{
  "aquifers_enabled": false,
  "default_block": {
    "Name": "minecraft:stone"
  },
  "default_fluid": {
    "Name": "minecraft:water",
    "Properties": {
      "level": "0"
    }
  },
  "disable_mob_generation": false,
  "legacy_random_source": false,
  "noise": {
    "height": 416,
    "min_y": -96,
    "size_horizontal": 1,
    "size_vertical": 1
  },
  "noise_router": {
    "barrier": 0,
    "continents": {
      "type": "minecraft:mul",
      "argument1": 6.25e-7,
      "argument2": {
        "type": "minecraft:add",
        "argument1": {
          "type": "minecraft:square",
          "argument": "ftb:x"
        },
        "argument2": {
          "type": "minecraft:square",
          "argument": "ftb:z"
        }
      }
    },
    "depth": {
      "type": "minecraft:y_clamped_gradient",
      "from_y": -64,
      "to_y": 256,
      "from_value": 0,
      "to_value": 1
    },
    "erosion": 0,
    "final_density": 0.1,
    "fluid_level_floodedness": 0,
    "fluid_level_spread": 0,
    "initial_density_without_jaggedness": 0,
    "lava": 0,
    "ridges": 0,
    "temperature": 0,
    "vegetation": 0,
    "vein_gap": 0,
    "vein_ridged": 0,
    "vein_toggle": 0
  },
  "ore_veins_enabled": true,
  "sea_level": -96,
  "spawn_target": [
    {
      "continentalness": 0,
      "depth": 0,
      "erosion": 0,
      "humidity": 0,
      "offset": 0,
      "temperature": 0,
      "weirdness": 0
    }
  ],
  "surface_rule": {
    "type": "minecraft:sequence",
    "sequence": [
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:vertical_gradient",
          "false_at_and_above": {
            "above_bottom": 33
          },
          "random_name": "minecraft:bedrock_floor",
          "true_at_and_below": {
            "above_bottom": 32
          }
        },
        "then_run": {
          "type": "minecraft:block",
          "result_state": {
            "Name": "minecraft:bedrock"
          }
        }
      },
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:not",
          "invert": {
            "type": "minecraft:vertical_gradient",
            "false_at_and_above": {
              "below_top": 0
            },
            "random_name": "minecraft:bedrock_roof",
            "true_at_and_below": {
              "below_top": 1
            }
          }
        },
        "then_run": {
          "type": "minecraft:block",
          "result_state": {
            "Name": "minecraft:bedrock"
          }
        }
      },
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:biome",
          "biome_is": [
            "ftb:deepslate",
            "ftb:lower/deepslate",
            "ftb:deepslate",
            "ftb:upper/deepslate",
            "minecraft:deep_dark"
          ]
        },
        "then_run": {
          "type": "minecraft:block",
          "result_state": {
            "Name": "minecraft:deepslate",
            "Properties": {
              "axis": "y"
            }
          }
        }
      },
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:biome",
          "biome_is": [
            "ftb:nether",
            "ftb:lower/nether",
            "ftb:nether",
            "ftb:upper/nether"
          ]
        },
        "then_run": {
          "type": "minecraft:block",
          "result_state": {
            "Name": "minecraft:netherrack"
          }
        }
      },
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:biome",
          "biome_is": [
            "ftb:end",
            "ftb:lower/end",
            "ftb:end",
            "ftb:upper/end"
          ]
        },
        "then_run": {
          "type": "minecraft:block",
          "result_state": {
            "Name": "minecraft:end_stone"
          }
        }
      },
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:biome",
          "biome_is": [
            "ftb:ocean",
            "ftb:lower/ocean",
            "ftb:ocean",
            "ftb:upper/ocean"
          ]
        },
        "then_run": {
          "type": "minecraft:block",
          "result_state": {
            "Name": "minecraft:mossy_cobblestone"
          }
        }
      },
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:biome",
          "biome_is": [
            "ftb:twilight_forest",
            "ftb:lower/twilight_forest",
            "ftb:twilight_forest",
            "ftb:upper/twilight_forest"
          ]
        },
        "then_run": {
          "type": "minecraft:block",
          "result_state": {
            "Name": "twilightforest:mazestone"
          }
        }
      },
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:biome",
          "biome_is": [
            "ftb:void_chasms",
            "ftb:lower/void_chasms",
            "ftb:void_chasms",
            "ftb:upper/void_chasms"
          ]
        },
        "then_run": {
          "type": "sequence",
          "sequence": [
            {
              "type": "condition",
              "if_true": {
                "type": "y_above",
                "add_stone_depth": false,
                "anchor": {
                  "above_bottom": 192
                },
                "surface_depth_multiplier": 0
              },
              "then_run": {
                "type": "block",
                "result_state": {
                  "Name": "ae2:sky_stone_block"
                }
              }
            },
            {
              "type": "minecraft:block",
              "result_state": {
                "Name": "occultism:otherrock"
              }
            }
          ]
        }
      }
    ]
  }
}
