Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / World / Default / Zones / Noise / Zone4 / Layers / Rock / Bedrock_Cave_1.json

Bedrock_Cave_1

Server/World/Default/Zones/Noise/Zone4/Layers/Rock/Bedrock_Cave_1.json, 772 B

Fields

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

Source

{
  "Type": "SUM",
  "Noise": [
    {
      "Seed": "Firelands-Base",
      "NoiseType": "SIMPLEX",
      "Formula": "INVERTED",
      "Octaves": 3,
      "Persistence": 0.51,
      "Scale": 0.001
    },
    {
      "Seed": "Grasslands-Height-Threshold",
      "NoiseType": "OLD_SIMPLEX",
      "FractalMode": "OLDSCHOOL",
      "Formula": "RIDGED",
      "Octaves": 4,
      "Persistence": 0.3,
      "Scale": 0.02,
      "Normalize": [
        0,
        0.4
      ]
    },
    {
      "Seed": "4554845555",
      "NoiseType": "DISTANCE",
      "Distance2Mode": "DIV",
      "Formula": "INVERTED_SQUARED",
      "Octaves": 2,
      "Persistence": 0.3,
      "Scale": 0.008
    }
  ],
  "Factors": [
    0.7,
    0.15,
    0.15
  ],
  "Threshold": [
    0,
    0.3
  ]
}