Versions / 0.5.1 / World / Default / Zones / Noise / Zone4 / Covers / Moss / Moss_Green_Bedrock.json
Moss_Green_Bedrock
Server/World/Default/Zones/Noise/Zone4/Covers/Moss/Moss_Green_Bedrock.json, 715 B
Fields
| Field | Type |
|---|---|
Type | string |
Noise | array[3] |
Factors | array[3] |
Threshold | array[2] |
Source
{
"Type": "SUM",
"Noise": [
{
"Seed": "Lava_Cracks",
"NoiseType": "DISTANCE",
"DistanceMode": "NATURAL",
"DistanceRange": [
1,
3
],
"Distance2Mode": "DIV",
"Scale": 0.05
},
{
"Seed": "Calderas",
"NoiseType": "CELL",
"CellMode": "DISTANCE",
"DistanceRange": [
1,
5
],
"Formula": "INVERTED",
"Density": 0.5,
"Scale": 0.02
},
{
"Seed": "Moss_Noise",
"NoiseType": "DISTANCE",
"DistanceMode": "NATURAL",
"Distance2Mode": "DIV",
"Scale": 0.11
}
],
"Factors": [
0.35,
0.45,
0.2
],
"Threshold": [
0.585,
0.67
]
}