Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / HytaleGenerator / WorldStructures / Portals_Jungles.json

Portals_Jungles

Server/HytaleGenerator/WorldStructures/Portals_Jungles.json, 1.1 KB

Fields

FieldType
Typestring
Biomesarray[1]
DefaultBiomestring
MaxBiomeEdgeDistancenumber
DefaultTransitionDistancenumber
Densityobject
SpawnPositionsobject
Frameworkarray[2]

Source

{
  "Type": "NoiseRange",
  "Biomes": [{
      "Biome" : "Volcanic1_Jungle",
      "Min" : -2,
      "Max" : -0.5
    }
  ],
  "DefaultBiome": "Basic",
  "MaxBiomeEdgeDistance" : 64,
  "DefaultTransitionDistance": 32,
  "Density": {
    "Type" : "Imported",
    "Name" : "Biome-Map-Tiles"
	},
  "SpawnPositions" : {
    "Type" : "Imported",
    "Name" : "Portals-Jungles-Spawns"
  },
  "Framework" : [
    {
      "Type" : "Positions",
      "Entries" : [
        {
          "Name" : "Spawns",
          "Positions" : {
            "Type" : "List",
            "ExportAs" : "Portals-Jungles-Spawns",
            "Positions": [
              {
                "X": 0,
                "Y": 130,
                "Z": 0
              }
            ]
          }
        }
      ]
    },
    {
      "Type" : "DecimalConstants",
      "Entries" : [
        {
          "Name" : "Base",
          "Value" : 120
        },
        {
          "Name" : "Water",
          "Value" : 100
        },
        {
          "Name" : "Bedrock",
          "Value" : 0
        }
      ]
    }
  ]
}