Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / HytaleGenerator / WorldStructures / Default.json

Default

Server/HytaleGenerator/WorldStructures/Default.json, 574 B

Fields

FieldType
Typestring
DefaultBiomestring
MaxBiomeEdgeDistancenumber
DefaultTransitionDistancenumber
Densityobject
Frameworkarray[1]

Source

{
  "Type": "NoiseRange",
  "DefaultBiome": "Basic",
  "MaxBiomeEdgeDistance" : 32,
  "DefaultTransitionDistance": 32,
  "Density": {
    "Type": "Imported",
    "Name": "Biome-Map"
  },
  "Framework": [
    {
      "Type" : "Positions",
      "Entries" : [
        {
          "Name" : "Spawns",
          "Positions" : {
            "Type" : "List",
            "ExportAs" : "Spawns",
            "Positions": [
              {
                "X": 0,
                "Y": 140,
                "Z": 0
              }
            ]
          }
        }
      ]
    }
  ]
}