Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / World / Default / Zones / Zone2_Tier3 / PrefabPatterns / Mushroom_Rock_Cliff.json

Mushroom_Rock_Cliff

Server/World/Default/Zones/Zone2_Tier3/PrefabPatterns/Mushroom_Rock_Cliff.json, 370 B

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
HeightThresholdobject
Maskobject

Source

{
  "GridGenerator": {
    "Seed": "Drylands-Mushroom-Rocks",
    "Density": [0, 0.35],
    "Scale": 0.25,
    "Jitter": 0.7
  },
    "NoiseMask": {
		"NoiseType": "CELL",
		"Octaves": 3,
	    "Scale": 0.03,
    "Threshold": [0, 1]
  },
	"HeightThreshold": {
		"Positions": [130, 140, 150, 155],
		"Values": [0, 1, 1, 0]
  },
    "Mask": {
    "Default": ["Empty"]
  }
}