Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / World / Default / Zones / Noise / Zone4 / Covers / Ground / Pebbles_Bedrock.json

Pebbles_Bedrock

Server/World/Default/Zones/Noise/Zone4/Covers/Ground/Pebbles_Bedrock.json, 972 B

Fields

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

Source

{
  "Type": "SUM",
  "Noise": [
    {
      "Seed": "Lava_Cracks",
      "NoiseType": "CELL",
      "DistanceMode": "NATURAL",
      "CellMode": "NOISE_LOOKUP",
      "NoiseLookup": {
        "Seed": "Firelands-Canyons",
        "NoiseType": "SIMPLEX",
        "Formula": "INVERTED_RIDGED_FIX",
        "Octaves": 2,
        "Persistence": 0.3,
        "Scale": 0.08
      },
      "DistanceRange": [
        1,
        3
      ],
      "Scale": 0.05
    },
    {
      "Seed": "Lava_Cracks",
      "NoiseType": "DISTANCE",
      "DistanceMode": "NATURAL",
      "Formula": "INVERTED_SQUARED",
      "DistanceRange": [
        1,
        3
      ],
      "Distance2Mode": "DIV",
      "Scale": 0.05
    },
    {
      "Seed": "Lava_Cracks",
      "NoiseType": "CELL",
      "DistanceMode": "NATURAL",
      "DistanceRange": [
        1,
        3
      ],
      "Scale": 0.05
    }
  ],
  "Factors": [
    0.4,
    0.2,
    0.4
  ],
  "Threshold": [
    0.65,
    1
  ]
}