Versions / 0.6.0-pre.1 / World / Default / Zones / Zone2_Tier3 / PrefabPatterns / Mushroom_Rock_Hotspring.json
Mushroom_Rock_Hotspring
Server/World/Default/Zones/Zone2_Tier3/PrefabPatterns/Mushroom_Rock_Hotspring.json, 710 B
Fields
| Field | Type |
|---|---|
GridGenerator | object |
NoiseMask | object |
HeightThreshold | object |
Displacement | array[2] |
Mask | object |
Source
{
"GridGenerator": {
"Density": 0.65,
"Scale": 0.083,
"Jitter": 0.2
},
"NoiseMask": {
"Seed": "Grasslands-Base",
"NoiseType": "CELL",
"Formula": "INVERTED_SQUARED",
"Scale": 0.01,
"Density": [0, 0.13],
"CellMode": "DISTANCE",
"Jitter": 0.6,
"Threshold": [0, 0.8]
},
"HeightThreshold": {
"Positions": [110, 117, 122],
"Values": [0, 1, 0]
},
"Displacement": [0, -1],
"Mask": {
"Default": ["*"],
"Specific": [
{
"Block": [{"Fluid":"Water_Source"}],
"Rule": ["Empty", "Plant_Bush_Arid_Palm", "Plant_Reeds_Arid", "Plant_Bush_Arid_Sharp", "Plant_Fern_Arid", "Plant_Grass_Arid", "Plant_Cactus_Ball_1"]
}
]
}
}