Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / World / Default / Zones / Noise / Zone2 / Layers / Soil / Layer_Cave_Medium.json

Layer_Cave_Medium

Server/World/Default/Zones/Noise/Zone2/Layers/Soil/Layer_Cave_Medium.json, 602 B

Fields

FieldType
Typestring
Noiseobject
Randomizerobject
Thresholdarray[2]

Source

{
  "Type": "DISTORTED",
  "Noise": {
    "Seed": "Drylands-Biomes-Distrobution",
    "Scale": 0.0011,
    "Jitter": 0.5,
    "DistanceRange": 70,
    "NoiseType": "CELL",
    "Formula": "INVERTED",
    "CellMode": "DISTANCE",
    "Density": 1,
    "Normalize": [
      0.4,
      0.4
    ]
  },
  "Randomizer": {
    "Generators": [
      {
        "Seed": "Drylands-Randomizer",
        "NoiseType": "OLD_SIMPLEX",
        "Formula": "SQUARED",
        "Octaves": 3,
        "Persistence": 0.8,
        "Scale": 0.02,
        "Amplitude": 10
      }
    ]
  },
  "Threshold": [
    0,
    0.01
  ]
}