neuralgia/kubejs/data/tfg/worldgen/configured_carver/mars_cave.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

48 lines
No EOL
803 B
JSON

{
"type": "minecraft:cave",
"config": {
"probability": 0.025,
"y": {
"type": "uniform",
"min_inclusive": {
"absolute": -10
},
"max_inclusive": {
"absolute": 126
}
},
"yScale": {
"type": "uniform",
"value": {
"min_inclusive": 0.1,
"max_exclusive": 0.9
}
},
"lava_level": {
"above_bottom": -2032
},
"aquifers_enabled": false,
"horizontal_radius_multiplier": {
"type": "uniform",
"value": {
"min_inclusive": 1.2,
"max_exclusive": 2.0
}
},
"vertical_radius_multiplier": {
"type": "uniform",
"value": {
"min_inclusive": 1.3,
"max_exclusive": 2.0
}
},
"floor_level": {
"type": "uniform",
"value": {
"min_inclusive": -1,
"max_exclusive": -0.4
}
},
"replaceable": "#tfc:can_carve"
}
}