47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"biomes": [
|
|
{
|
|
"id": "plains",
|
|
"displayName": "Plains",
|
|
"isAerial": false,
|
|
"isSurface": true,
|
|
"isSubterranean": false,
|
|
"regions": [
|
|
{
|
|
"frequency": 1.0,
|
|
"baseFloorVoxel": 1,
|
|
"floorVariants": [
|
|
{
|
|
"voxelId": 2,
|
|
"frequency": 1.0,
|
|
"dispersion": 1.0,
|
|
"priority": 1.0
|
|
}
|
|
],
|
|
"foliageDescription": [
|
|
]
|
|
}
|
|
],
|
|
"heightGenerator": "plains"
|
|
},
|
|
{
|
|
"id": "sky",
|
|
"displayName": "Sky",
|
|
"isAerial": true,
|
|
"isSurface": false,
|
|
"isSubterranean": false,
|
|
"regions": [
|
|
{
|
|
"frequency": 1.0,
|
|
"baseFloorVoxel": 0,
|
|
"floorVariants": [],
|
|
"foliageDescription": []
|
|
}
|
|
],
|
|
"heightGenerator": "empty"
|
|
}
|
|
],
|
|
"files": [
|
|
|
|
]
|
|
} |