Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / World / Default / Zones / Noise / Zone3 / Layers / Soil / Layer_Bedrock_Light_11.json

Layer_Bedrock_Light_11

Server/World/Default/Zones/Noise/Zone3/Layers/Soil/Layer_Bedrock_Light_11.json, 662 B

Fields

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

Source

{
  "Type": "SUM",
  "Noise": [
    {
      "Seed": "Grasslands-River-Noise",
      "NoiseType": "OLD_SIMPLEX",
      "FractalMode": "OLDSCHOOL",
      "Formula": "INVERTED_RIDGED_SQRT",
      "Octaves": 1,
      "Persistence": 0.1,
      "Scale": 0.004
    },
    {

      "Type": "MIN",

      "Noise": [

        {


          "File": "Zones.Noise.Shared.Heightmaps.Base"


        }

      ],

      "Normalize": [
        0.22,
        0.7
      ]

    },
    {
      "NoiseType": "SIMPLEX",
      "Octaves": 4,
      "Persistence": 0.5,
      "Scale": 0.025
    }
  ],
  "Factors": [
    0.3,
    0.47,
    0.23
  ],
  "Threshold": [
    0,
    0.55
  ]
}