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

48 lines
No EOL
792 B
JSON

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