Default
Server/HytaleGenerator/WorldStructures/Default.json, 574 B
Fields
| Field | Type |
|---|---|
Type | string |
DefaultBiome | string |
MaxBiomeEdgeDistance | number |
DefaultTransitionDistance | number |
Density | object |
Framework | array[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
}
]
}
}
]
}
]
}