Default_Void
Server/HytaleGenerator/WorldStructures/Default_Void.json, 522 B
Fields
| Field | Type |
|---|---|
Type | string |
Biomes | array[0] |
DefaultBiome | string |
DefaultTransitionDistance | number |
MaxBiomeEdgeDistance | number |
Density | object |
Framework | array[1] |
Source
{
"Type": "NoiseRange",
"Biomes": [
],
"DefaultBiome": "Default_Void",
"DefaultTransitionDistance": 32,
"MaxBiomeEdgeDistance" : 32,
"Density": {
"Type" : "Constant",
"Value" : 0
},
"Framework" : [
{
"Type" : "DecimalConstants",
"Entries" : [
{
"Name" : "Base",
"Value" : 100
},
{
"Name" : "Water",
"Value" : 100
},
{
"Name" : "Bedrock",
"Value" : 0
}
]
}
]
}