Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / World / Default / Zones / Zone4_Tier5 / Layers / Mountain.json

Mountain

Server/World/Default/Zones/Zone4_Tier5/Layers/Mountain.json, 951 B

Fields

FieldType
Blocksarray[4]
Maxnumber
Minarray[2]
MinNoiseobject

Source

{
  "Blocks": [
    {
      "Type": "Rock_Magma_Cooled",
      "Repeat": [65, 96],
      "RepeatNoise": {
				"Seed": "5683568",
				"NoiseType": "DISTANCE",
				"Distance2Mode": "DIV",
				"Formula": "SQUARED",
				"Octaves": 2,
				"Persistence": 0.3,
				"Scale": 0.025
      }
    },
    {
      "Type": "Rock_Volcanic",
      "Repeat": [7, 15],
      "RepeatNoise": {
				"Seed": "5683568",
				"NoiseType": "DISTANCE",
				"Distance2Mode": "DIV",
				"Octaves": 2,
				"Persistence": 0.3,
				"Scale": 0.025
      }
    },
    {
      "Type": "Rock_Slate",
      "Repeat": [-3, 5],
      "RepeatNoise": {
				"Seed": "2",
        "NoiseType": "SIMPLEX",
        "Octaves": 2,
        "Persistence": 0.3,
        "Scale": 0.03,
				"Normalize": [0, 0.5]
      }
    },
    "Rock_Volcanic"
  ],
  "Max": 255,
  "Min": [110, 125],
	"MinNoise": {
		"Seed": "1",
		"NoiseType": "SIMPLEX",
		"Octaves": 3,
		"Persistence": 0.4,
    "Scale": 0.01
	}
}