neuralgia/kubejs/data/tfc/worldgen/configured_carver/canyon.json

55 lines
No EOL
958 B
JSON

{
"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"
}
}