Cubyz/assets/cubyz/biomes/warm_ocean.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
}
]
}