Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / World / Default / Zones / Noise / Zone4 / Layers / Soil / Layer_Bedrock_Light_2.json

Layer_Bedrock_Light_2

Server/World/Default/Zones/Noise/Zone4/Layers/Soil/Layer_Bedrock_Light_2.json, 566 B

Fields

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

Source

{
  "Type": "SUM",
  "Noise": [
    {
      "Seed": "Lava_Cracks",
      "NoiseType": "DISTANCE",
      "DistanceMode": "NATURAL",
      "DistanceRange": [
        1,
        3
      ],
      "Distance2Mode": "DIV",
      "Scale": 0.05
    },
    {
      "Seed": "Calderas",
      "NoiseType": "CELL",
      "CellMode": "DISTANCE",
      "DistanceRange": [
        1,
        5
      ],
      "Density": [
        0,
        0.65
      ],
      "Scale": 0.02,
      "Jitter": 0.7
    }
  ],
  "Factors": [
    0.3,
    0.7
  ],
  "Threshold": [
    0,
    0.7
  ]
}