Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / World / Default / Zones / Noise / Zone4 / Layers / Rock / Bedrock_Cave_2.json

Bedrock_Cave_2

Server/World/Default/Zones/Noise/Zone4/Layers/Rock/Bedrock_Cave_2.json, 807 B

Fields

FieldType
Typestring
Noisearray[3]
Factorsarray[3]
Thresholdarray[2]

Source

{
  "Type": "SUM",
  "Noise": [
    {
      "Seed": "Firelands-Base",
      "NoiseType": "SIMPLEX",
      "Octaves": 3,
      "Persistence": 0.4,
      "Scale": 0.001
    },
    {
      "Seed": "Lava_Cracks_Mountain",
      "NoiseType": "DISTANCE",
      "Jitter": 0.8,
      "Distance2Mode": "DIV",
      "FractalMode": "MAX",
      "Octaves": 1,
      "Formula": "SQUARED",
      "Scale": 0.018,
      "Normalize": [
        0,
        0.95
      ]
    },
    {
      "Seed": "4554845555",
      "NoiseType": "DISTANCE",
      "Distance2Mode": "DIV",
      "Formula": "INVERTED_RIDGED",
      "Octaves": 2,
      "Persistence": 0.3,
      "Scale": 0.008,
      "Normalize": [
        0.3,
        1
      ]
    }
  ],
  "Factors": [
    0.5,
    0.38,
    0.12
  ],
  "Threshold": [
    0.85,
    1
  ]
}