Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / World / Default / Zones / Zone2_Tier3 / PrefabPatterns / Mushroom_Rock_Large.json

Mushroom_Rock_Large

Server/World/Default/Zones/Zone2_Tier3/PrefabPatterns/Mushroom_Rock_Large.json, 719 B

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
HeightThresholdobject
Maskobject

Source

{
  "GridGenerator": {
    "Seed": "Drylands-Mushroom-Rocks",
    "Density": [0, 0.7],
    "Scale": 0.05,
    "Jitter": 0.7
  },
    "NoiseMask": {
		"NoiseType": "CELL",
		"Octaves": 3,
	    "Scale": 0.03,
    "Threshold": [0, 1]
  },
	"HeightThreshold": {
		"Positions": [122, 130, 142, 151],
		"Values": [0, 1, 1, 0]
  },
    "Mask": {
    "Default": ["*"],
    "Specific": [
      {
        "Block": ["Rock_Sandstone_Stalactite_Large", "Rock_Sandstone_Stalactite_Small", "Rubble_Sandstone", "Rubble_Sandstone_Medium", "Rubble_Sandstone_White", "Rubble_Sandstone_White_Medium", "Plant_Bramble_Dry_Magic", "Plant_Bush_Bramble", "Plant_Grass_Dry", "Plant_Grass_Dry_Tall"],
        "Rule": ["Empty"]
      }
    ]
  }
}