Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / World / Default / Zones / Noise / Zone4 / Covers / Moss / Moss_Green_Bedrock.json

Moss_Green_Bedrock

Server/World/Default/Zones/Noise/Zone4/Covers/Moss/Moss_Green_Bedrock.json, 715 B

Fields

FieldType
Typestring
Noisearray[3]
Factorsarray[3]
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
      ],
      "Formula": "INVERTED",
      "Density": 0.5,
      "Scale": 0.02
    },
    {
      "Seed": "Moss_Noise",
      "NoiseType": "DISTANCE",
      "DistanceMode": "NATURAL",
      "Distance2Mode": "DIV",
      "Scale": 0.11
    }
  ],
  "Factors": [
    0.35,
    0.45,
    0.2
  ],
  "Threshold": [
    0.585,
    0.67
  ]
}