Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / World / Default / Zones / Zone1_Tier2 / PrefabPatterns / Forest_Bushes.json

Forest_Bushes

Server/World/Default/Zones/Zone1_Tier2/PrefabPatterns/Forest_Bushes.json, 542 B

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
HeightThresholdobject
Maskobject
FitHeightmapboolean
Parentarray[1]

Source

{
  "GridGenerator": {
    "Seed": "Grasslands-Forest-Bushes",
    "Density": [0, 0.75],
    "Scale": 0.09,
    "Jitter": 0.6
  },
  "NoiseMask": {
    "Seed": "Grasslands-Forest-Bushes-Mask",
    "NoiseType": "CELL",
    "Formula": "INVERTED_SQRT",
    "Scale": 0.015,
    "CellMode": "DISTANCE",
    "Jitter": 0.75,
    "Threshold": [0, 0.5]
  },
  "HeightThreshold": {
    "Positions": [115, 116],
    "Values": [0, 1]
  },
  "Mask": {
    "File": "Zones.Masks.Shared.Bushes"
  },
  "FitHeightmap": true,
  "Parent": ["Soil_Grass_Deep"]
}