Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / World / Default / Zones / Noise / Zone3 / Layers / Soil / Layer_Bedrock_Light_18.json

Layer_Bedrock_Light_18

Server/World/Default/Zones/Noise/Zone3/Layers/Soil/Layer_Bedrock_Light_18.json, 875 B

Fields

FieldType
Typestring
Noiseobject
Randomizerobject
Thresholdarray[2]

Source

{
  "Type": "DISTORTED",
  "Noise": {
    "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.35,
          0.55
        ]

      }
    ],
    "Factors": [
      0.6,
      0.4
    ]
  },
  "Randomizer": {
    "Generators": [
      {
        "Seed": "Grasslands-River-Noise",
        "NoiseType": "SIMPLEX",
        "Octaves": 3,
        "Persistence": 0.6,
        "Scale": 0.006,
        "Amplitude": 15
      }
    ]
  },
  "Threshold": [
    0.92,
    1
  ]
}