Versions / 0.6.0-pre.8 / World / Default / Zones / Zone4_Tier5 / PrefabPatterns / Jungle_Pillars.json
Jungle_Pillars
Server/World/Default/Zones/Zone4_Tier5/PrefabPatterns/Jungle_Pillars.json, 1.0 KB
Fields
| Field | Type |
|---|---|
GridGenerator | object |
NoiseMask | object |
HeightThreshold | object |
Mask | object |
DeepSearch | boolean |
Source
{
"GridGenerator": {
"Seed": "Jungle-Pillars",
"Density": 1,
"Scale": 0.045,
"Jitter": 0.75
},
"NoiseMask": {
"Type": "SUM",
"Noise": [
{
"Seed": "Wobble",
"NoiseType": "OLD_SIMPLEX",
"FractalMode": "OLDSCHOOL",
"Octaves": 4,
"Persistence": 0.4,
"Scale": 0.04
},
{
"Seed": "Jungle-Pillars",
"NoiseType": "CELL",
"CellMode": "DISTANCE",
"Density": [0.7, 0.8],
"Jitter": 0.75,
"Scale": 0.045
}
],
"Factors": [0.25, 0.75],
"Threshold": [0, 0.4]
},
"HeightThreshold": {
"Positions": [31, 32, 39, 40],
"Values": [0, 1, 1, 0]
},
"Mask": {
"Default": ["*"],
"Specific": [
{
"Block": ["Plant_Moss_Block_Green", "Plant_Moss_Rug_Green", "Plant_Moss_Cave_Green", "Plant_Moss_Wall_Green", "Rock_Stone_Stalactite_Large", "Rock_Stone_Stalactite_Small", "Plant_Crop_Mushroom_Glowing_Orange", "Rock_Crystal_Blue_Medium", "Rock_Crystal_Blue_Small" ],
"Rule": ["Empty"]
}
]
},
"DeepSearch": true
}