Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / World / Default / Zones / Zone4_Tier5 / PrefabPatterns / Volcano_Stalactites_Ceiling.json

Volcano_Stalactites_Ceiling

Server/World/Default/Zones/Zone4_Tier5/PrefabPatterns/Volcano_Stalactites_Ceiling.json, 553 B

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
HeightThresholdobject
Maskobject
Displacementarray[2]
OnWaterboolean

Source

{
  "GridGenerator": {
		"Seed": "Lava_Cracks",
    "Density": 0.5,
    "Scale": 0.05,
    "Jitter": 0.75
  },
  "NoiseMask": {
		"Seed": "4554845555",
		"NoiseType": "CELL",
		"CellMode": "DISTANCE",
		"Scale": 0.008,
		"Density": [0, 0.3],
    "Threshold": [0.2, 0.35]
  },
  "HeightThreshold": {
    "Positions": [90, 91],
    "Values": [1, 0]
  },
  "Mask": {
    "Default": ["!Rock_Basalt", "!Rock_Slate", "!Rock_Volcanic", "!Rock_Volcanic_Cracked_Lava", "!Rock_Volcanic_Cracked_Poisoned", "*"]
  },
	"Displacement": [-55, -60],
  "OnWater": true
}