neuralgia/kubejs/data/ad_astra/dimension/moon.json
2025-05-07 01:30:12 +01:00

72 lines
No EOL
1.4 KiB
JSON

{
"type": "ad_astra:moon",
"generator": {
"type": "minecraft:noise",
"settings": "tfg:moon_noise",
"biome_source": {
"type": "minecraft:multi_noise",
"biomes": [
{
"biome": "tfg:moon/lunar_sprouts",
"parameters": {
"temperature": 0,
"humidity": 0,
"continentalness": [ 0.3, 1 ],
"erosion": 0,
"weirdness": 0,
"depth": 0,
"offset": 0
}
},
{
"biome": "tfg:moon/lunar_sprouts_sparse",
"parameters": {
"temperature": 0,
"humidity": 0,
"continentalness": [ 0.15, 0.4 ],
"erosion": 0,
"weirdness": 0,
"depth": 0,
"offset": 0
}
},
{
"biome": "tfg:moon/lunar_uplift",
"parameters": {
"temperature": 0,
"humidity": 0,
"continentalness": [ -0.15, 0.15 ],
"erosion": 0,
"weirdness": 0,
"depth": 0,
"offset": 0
}
},
{
"biome": "tfg:moon/lunar_corals_sparse",
"parameters": {
"temperature": 0,
"humidity": 0,
"continentalness": [ -0.4, -0.15 ],
"erosion": 0,
"weirdness": 0,
"depth": 0,
"offset": 0
}
},
{
"biome": "tfg:moon/lunar_corals",
"parameters": {
"temperature": 0,
"humidity": 0,
"continentalness": [ -1, -0.3 ],
"erosion": 0,
"weirdness": 0,
"depth": 0,
"offset": 0
}
}
]
}
}
}