diff --git a/kubejs/data/tfc/worldgen/configured_carver/canyon.json b/kubejs/data/tfc/worldgen/configured_carver/canyon.json new file mode 100644 index 000000000..7666c7c2d --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_carver/canyon.json @@ -0,0 +1,55 @@ +{ + "type": "tfc:canyon", + "config": { + "probability": 0.015, + "y": { + "type": "uniform", + "min_inclusive": { + "absolute": 10 + }, + "max_inclusive": { + "absolute": 67 + } + }, + "yScale": 3, + "lava_level": { + "above_bottom": 8 + }, + "aquifers_enabled": true, + "vertical_rotation": { + "type": "uniform", + "value": { + "min_inclusive": -0.125, + "max_exclusive": 0.125 + } + }, + "shape": { + "distance_factor": { + "type": "uniform", + "value": { + "min_inclusive": 0.75, + "max_exclusive": 1.0 + } + }, + "thickness": { + "type": "trapezoid", + "value": { + "min": 0.0, + "max": 6.0, + "plateau": 2.0 + } + }, + "width_smoothness": 3, + "horizontal_radius_factor": { + "type": "uniform", + "value": { + "min_inclusive": 0.75, + "max_exclusive": 1.0 + } + }, + "vertical_radius_default_factor": 1.0, + "vertical_radius_center_factor": 0.0 + }, + "replaceable": "#tfc:can_carve" + } +} \ No newline at end of file diff --git a/kubejs/data/tfc/worldgen/configured_carver/cave.json b/kubejs/data/tfc/worldgen/configured_carver/cave.json new file mode 100644 index 000000000..5489ce8e3 --- /dev/null +++ b/kubejs/data/tfc/worldgen/configured_carver/cave.json @@ -0,0 +1,48 @@ +{ + "type": "tfc:cave", + "config": { + "probability": 0.015, + "y": { + "type": "uniform", + "min_inclusive": { + "absolute": -56 + }, + "max_inclusive": { + "absolute": 126 + } + }, + "yScale": { + "type": "uniform", + "value": { + "min_inclusive": 0.1, + "max_exclusive": 0.9 + } + }, + "lava_level": { + "above_bottom": 8 + }, + "aquifers_enabled": true, + "horizontal_radius_multiplier": { + "type": "uniform", + "value": { + "min_inclusive": 0.7, + "max_exclusive": 1.4 + } + }, + "vertical_radius_multiplier": { + "type": "uniform", + "value": { + "min_inclusive": 0.8, + "max_exclusive": 1.3 + } + }, + "floor_level": { + "type": "uniform", + "value": { + "min_inclusive": -1, + "max_exclusive": -0.4 + } + }, + "replaceable": "#tfc:can_carve" + } +} \ No newline at end of file