moon biome/feature updates, added chorus plants
This commit is contained in:
parent
0130abd232
commit
58641ad8db
17 changed files with 422 additions and 33 deletions
|
|
@ -7,37 +7,61 @@
|
|||
"type": "minecraft:multi_noise",
|
||||
"biomes": [
|
||||
{
|
||||
"biome": "tfg:moon/lunar_sprouts",
|
||||
"biome": "tfg:moon/lunar_lights_dense",
|
||||
"parameters": {
|
||||
"temperature": 0,
|
||||
"humidity": 0,
|
||||
"continentalness": [ 0.3, 1 ],
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"weirdness": [ 0.3, 1 ],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:moon/lunar_sprouts_sparse",
|
||||
"biome": "tfg:moon/lunar_lights_sparse",
|
||||
"parameters": {
|
||||
"temperature": 0,
|
||||
"humidity": 0,
|
||||
"continentalness": [ 0.15, 0.4 ],
|
||||
"continentalness": [ 0.15, 0.3 ],
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"weirdness": [ 0.15, 0.3 ],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:moon/lunar_uplift",
|
||||
"biome": "tfg:moon/lunar_asurine_dense",
|
||||
"parameters": {
|
||||
"temperature": 0,
|
||||
"humidity": 0,
|
||||
"continentalness": [ 0.3, 1 ],
|
||||
"erosion": 0,
|
||||
"weirdness": [ -1, -0.3 ],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:moon/lunar_asurine_sparse",
|
||||
"parameters": {
|
||||
"temperature": 0,
|
||||
"humidity": 0,
|
||||
"continentalness": [ 0.15, 0.3 ],
|
||||
"erosion": 0,
|
||||
"weirdness": [ -0.3, -0.15 ],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:moon/lunar_plains",
|
||||
"parameters": {
|
||||
"temperature": 0,
|
||||
"humidity": 0,
|
||||
"continentalness": [ -0.15, 0.15 ],
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"weirdness": [ -0.15, 0.15 ],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
|
|
@ -47,21 +71,45 @@
|
|||
"parameters": {
|
||||
"temperature": 0,
|
||||
"humidity": 0,
|
||||
"continentalness": [ -0.4, -0.15 ],
|
||||
"continentalness": [ -0.3, -0.15 ],
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"weirdness": [ -0.3, -0.15 ],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:moon/lunar_corals",
|
||||
"biome": "tfg:moon/lunar_corals_dense",
|
||||
"parameters": {
|
||||
"temperature": 0,
|
||||
"humidity": 0,
|
||||
"continentalness": [ -1, -0.3 ],
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"weirdness": [ -1, -0.3 ],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:moon/lunar_chorus_sparse",
|
||||
"parameters": {
|
||||
"temperature": 0,
|
||||
"humidity": 0,
|
||||
"continentalness": [ -0.3, -0.15 ],
|
||||
"erosion": 0,
|
||||
"weirdness": [ 0.15, 0.3 ],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "tfg:moon/lunar_chorus_dense",
|
||||
"parameters": {
|
||||
"temperature": 0,
|
||||
"humidity": 0,
|
||||
"continentalness": [ -1, -0.3 ],
|
||||
"erosion": 0,
|
||||
"weirdness": [ 0.3, 1 ],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue