Basic
Server/HytaleGenerator/WorldStructures/Basic.json, 1.2 KB
Fields
| Field | Type |
|---|---|
Type | string |
Biomes | array[0] |
DefaultBiome | string |
DefaultTransitionDistance | number |
MaxBiomeEdgeDistance | number |
Density | object |
SpawnPositions | object |
Framework | array[2] |
Tags | object |
Source
{
"Type": "NoiseRange",
"Biomes": [
],
"DefaultBiome": "Basic",
"DefaultTransitionDistance": 32,
"MaxBiomeEdgeDistance" : 32,
"Density": {
"Type" : "Imported",
"Name" : "Biome-Map"
},
"SpawnPositions" : {
"Type" : "Imported",
"Name" : "Spawns"
},
"Framework" : [
{
"Type" : "Positions",
"Entries" : [
{
"Name" : "Spawns",
"Positions" : {
"Type" : "List",
"ExportAs" : "Spawns",
"Positions": [
{
"X": 0,
"Y": 200,
"Z": 0
},
{
"X": 30,
"Y": 200,
"Z": 0
},
{
"X": 10,
"Y": 200,
"Z": 20
}
]
}
}
]
},
{
"Type" : "DecimalConstants",
"Entries" : [
{
"Name" : "Base",
"Value" : 100
},
{
"Name" : "Water",
"Value" : 100
},
{
"Name" : "Bedrock",
"Value" : 0
}
]
}
],
"Tags": {
"Template": []
}
}