neuralgia/kubejs/data/tfg/worldgen/configured_carver/mars_canyon.json
Pyritie d1baf88d5b
Merging in mars worldgen branch (#1370)
* red granite is now a real stone type

* starting mars rock layers

* fixed red granite

* flipped the continentalness! thanks stardust
2025-07-18 02:28:21 +01:00

55 lines
No EOL
970 B
JSON

{
"type": "minecraft:canyon",
"config": {
"probability": 0.015,
"y": {
"type": "uniform",
"min_inclusive": {
"absolute": -10
},
"max_inclusive": {
"absolute": 126
}
},
"yScale": 1,
"lava_level": {
"above_bottom": -2032
},
"aquifers_enabled": false,
"vertical_rotation": {
"type": "uniform",
"value": {
"min_inclusive": -0.25,
"max_exclusive": 0.25
}
},
"shape": {
"distance_factor": {
"type": "uniform",
"value": {
"min_inclusive": 2.0,
"max_exclusive": 10.0
}
},
"thickness": {
"type": "trapezoid",
"value": {
"min": 0.0,
"max": 6.0,
"plateau": 2.0
}
},
"width_smoothness": 10,
"horizontal_radius_factor": {
"type": "uniform",
"value": {
"min_inclusive": 0.5,
"max_exclusive": 1.25
}
},
"vertical_radius_default_factor": 1.0,
"vertical_radius_center_factor": 0.0
},
"replaceable": "#tfc:can_carve"
}
}