mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-25 04:40:40 -04:00
30 lines
404 B
JSON
30 lines
404 B
JSON
{
|
|
"properties" : [
|
|
"hot",
|
|
"ocean",
|
|
],
|
|
"radius" : 500,
|
|
"minHeight" : -100,
|
|
"maxHeight" : -22,
|
|
|
|
"roughness" : 10,
|
|
"hills" : 20,
|
|
|
|
"music" : "cubyz:tides",
|
|
|
|
"ground_structure" : [
|
|
"2 to 4 cubyz:sand"
|
|
],
|
|
"structures" : [
|
|
{
|
|
"id" : "cubyz:ground_patch",
|
|
"block" : "cubyz:gravel",
|
|
"chance" : 0.002,
|
|
"width" : 6,
|
|
"variation" : 2,
|
|
"depth" : 2,
|
|
"smoothness" : 0.2
|
|
}
|
|
]
|
|
}
|