Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / World / Default / Zones / Noise / Zone1 / Covers / Crops / Mushroom_Mixed.json

Mushroom_Mixed

Server/World/Default/Zones/Noise/Zone1/Covers/Crops/Mushroom_Mixed.json, 612 B

Fields

FieldType
Typestring
Noisearray[2]
Thresholdarray[2]

Source

{
  "Type": "MAX",
  "Noise": [
    {
      "Seed": "Grasslands-Pattern-Forest-Moss-Oak",
      "NoiseType": "CELL",
      "Formula": "INVERTED",
      "CellMode": "DISTANCE",
      "Density": [
        0,
        1
      ],
      "Scale": 0.045,
      "Jitter": 0.65,
      "Normalize": 0.95
    },
    {
      "Seed": "Grasslands-Pattern-Forest-Moss-Beech",
      "NoiseType": "CELL",
      "Formula": "INVERTED",
      "CellMode": "DISTANCE",
      "Density": [
        0,
        1
      ],
      "Scale": 0.075,
      "Jitter": 0.65,
      "Normalize": 0.85
    }
  ],
  "Threshold": [
    0.5,
    1
  ]
}