Versions / 0.5.1 / World / Default / Zones / Noise / Zone4 / Covers / Grass / Grass_Bedrock_Dense.json
Grass_Bedrock_Dense
Server/World/Default/Zones/Noise/Zone4/Covers/Grass/Grass_Bedrock_Dense.json, 462 B
Fields
| Field | Type |
|---|---|
Type | string |
Noise | array[2] |
Factors | array[2] |
Threshold | array[2] |
Source
{
"Type": "SUM",
"Noise": [
{
"Seed": "City_Fields",
"NoiseType": "SIMPLEX",
"Octaves": 2,
"Persistence": 0.3,
"Scale": 0.008
},
{
"Seed": "Lava_Cracks",
"NoiseType": "DISTANCE",
"DistanceMode": "NATURAL",
"DistanceRange": [
1,
3
],
"Distance2Mode": "DIV",
"Scale": 0.05
}
],
"Factors": [
0.5,
0.5
],
"Threshold": [
0,
0.75
]
}