{
    "type": "minecraft:flat_cache",
    "input": {
        "type": "minecraft:spline",
        "spline": {
            "coordinate": {
                "type": "minecraft:add",
                "left": "minecraft:overworld/ridges",
                "right": {
                    "type": "minecraft:mul",
                    "left": "minecraft:overworld/ridges",
                    "right": {
                        "type": "minecraft:mul",
                        "left": {
                            "type": "minecraft:square",
                            "input": "minecraft:overworld/continents"
                        },
                        "right": 1.5
                    }
                }
            },
            "points": [
                {
                    "location": -4.0,
                    "derivative": 0,
                    "value": 1.0
                },
                {
                    "location": -2.5,
                    "derivative": 0,
                    "value": 0.1
                },
                {
                    "location": -2.3,
                    "derivative": 0,
                    "value": -0.1
                },
                {
                    "location": -1.2,
                    "derivative": 0,
                    "value": -1.0
                },
                {
                    "location": -0.1,
                    "derivative": 1.5,
                    "value": -0.1
                },
                {
                    "location": 0.1,
                    "derivative": 1.5,
                    "value": 0.1
                },
                {
                    "location": 1.2,
                    "derivative": 0,
                    "value": 1.0
                },
                {
                    "location": 2.3,
                    "derivative": 0,
                    "value": 0.1
                },
                {
                    "location": 2.5,
                    "derivative": 0,
                    "value": -0.1
                },
                {
                    "location": 4.0,
                    "derivative": 0,
                    "value": -1.0
                }
            ]
        }
    }
}