mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
20 lines
221 B
Zig
20 lines
221 B
Zig
.{
|
|
.properties = .{
|
|
.ocean,
|
|
},
|
|
.radius = 500,
|
|
.minHeight = 5,
|
|
.maxHeight = 7,
|
|
.chance = 0,
|
|
|
|
.interpolation = .linear,
|
|
|
|
.hills = 5,
|
|
|
|
.music = "cubyz:tides",
|
|
|
|
.ground_structure = .{
|
|
"2 to 4 cubyz:sand",
|
|
},
|
|
}
|