halved the frequency of caves/canyons so the world looks less ugly
This commit is contained in:
parent
6ed16a81f5
commit
242c91a5fe
2 changed files with 103 additions and 0 deletions
55
kubejs/data/tfc/worldgen/configured_carver/canyon.json
Normal file
55
kubejs/data/tfc/worldgen/configured_carver/canyon.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
48
kubejs/data/tfc/worldgen/configured_carver/cave.json
Normal file
48
kubejs/data/tfc/worldgen/configured_carver/cave.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue