{
  "default_block": {
    "Name": "minecraft:stone"
  },
  "default_fluid": {
    "Name": "minecraft:water"
  },
  "sea_level": 63,
  "disable_mob_generation": false,
  "aquifers_enabled": false,
  "ore_veins_enabled": false,
  "legacy_random_source": false,
  "noise": {
    "min_y": -64,
    "height": 384,
    "size_horizontal": 1,
    "size_vertical": 2
  },
  "noise_router": {
      "barrier": {
        "type": "minecraft:noise",
        "noise": "minecraft:aquifer_barrier",
        "xz_scale": 1.0,
        "y_scale": 0.5
      },
      "fluid_level_floodedness": {
        "type": "minecraft:noise",
        "noise": "minecraft:aquifer_fluid_level_floodedness",
        "xz_scale": 1.0,
        "y_scale": 0.67
      },
      "fluid_level_spread": {
        "type": "minecraft:noise",
        "noise": "minecraft:aquifer_fluid_level_spread",
        "xz_scale": 1.0,
        "y_scale": 0.71
      },
      "lava": {
        "type": "minecraft:noise",
        "noise": "minecraft:aquifer_lava",
        "xz_scale": 1.0,
        "y_scale": 1.0
      },
      "vein_toggle": 0,
      "vein_ridged": 0,
      "vein_gap": 0,
      "temperature": {
        "type": "minecraft:noise",
        "noise": "minecraft:temperature",
        "xz_scale": 0.25,
        "y_scale": 0.0
      },
      "vegetation": {
        "type": "minecraft:noise",
        "noise": "minecraft:vegetation",
        "xz_scale": 0.25,
        "y_scale": 0.0
      },
      "continents": "minecraft:shift_x",
      "erosion": "minecraft:shift_z",
      "depth": 0,
      "ridges": 0,
      "preliminary_surface_level": 0,
      "final_density": {
        "type": "minecraft:interpolated",
        "argument": {
          "type": "minecraft:add",
          "argument1": {
            "type": "minecraft:y_clamped_gradient",
            "from_y": -64,
            "to_y": 320,
            "from_value": 1.5,
            "to_value": -1.5
          },
          "argument2": {
            "type": "minecraft:add",
            "argument1": {
              "type": "minecraft:mul",
              "argument1": 0.4,
              "argument2": {
                "type": "minecraft:noise",
                "noise": "minecraft:surface",
                "xz_scale": 0.01,
                "y_scale": 0.01
              }
            },
            "argument2": {
              "type": "minecraft:mul",
              "argument1": 0.6,
              "argument2": {
                "type": "minecraft:noise",
                "noise": "minecraft:jagged",
                "xz_scale": 0.02,
                "y_scale": 0.03
              }
            }
          }
        }
      }
  },
  "spawn_target": [],
  "surface_rule": {
    "type": "minecraft:sequence",
    "sequence": [
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:biome",
          "biome_is": [
            "hvel:niflheim_wasteland"
          ]
        },
        "then_run": {
          "type": "minecraft:sequence",
          "sequence": [
            {
              "type": "minecraft:condition",
              "if_true": {
                "type": "minecraft:stone_depth",
                "offset": 0,
                "surface_type": "floor",
                "add_surface_depth": false,
                "secondary_depth_range": 0
              },
              "then_run": {
                "type": "minecraft:sequence",
                "sequence": [
                  {
                    "type": "minecraft:condition",
                    "if_true": {
                      "type": "minecraft:noise_threshold",
                      "noise": "minecraft:surface",
                      "min_threshold": -0.1,
                      "max_threshold": 0.2
                    },
                    "then_run": {
                      "type": "minecraft:block",
                      "result_state": {
                        "Name": "minecraft:podzol"
                      }
                    }
                  },
                  {
                    "type": "minecraft:condition",
                    "if_true": {
                      "type": "minecraft:noise_threshold",
                      "noise": "minecraft:surface",
                      "min_threshold": 0.2,
                      "max_threshold": 0.5
                    },
                    "then_run": {
                      "type": "minecraft:block",
                      "result_state": {
                        "Name": "minecraft:coarse_dirt"
                      }
                    }
                  },
                  {
                    "type": "minecraft:block",
                    "result_state": {
                      "Name": "minecraft:rooted_dirt"
                    }
                  }
                ]
              }
            },
            {
              "type": "minecraft:condition",
              "if_true": {
                "type": "minecraft:stone_depth",
                "offset": 3,
                "surface_type": "floor",
                "add_surface_depth": false,
                "secondary_depth_range": 0
              },
              "then_run": {
                "type": "minecraft:block",
                "result_state": {
                  "Name": "minecraft:podzol"
                }
              }
            }
          ]
        }
      },
      {
        "type": "minecraft:condition",
        "if_true": {
          "type": "minecraft:stone_depth",
          "offset": 0,
          "surface_type": "floor",
          "add_surface_depth": false,
          "secondary_depth_range": 0
        },
        "then_run": {
          "type": "minecraft:block",
          "result_state": {
            "Name": "minecraft:grass_block"
          }
        }
      }
    ]
  }
}