mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
27 lines
316 B
Zig
27 lines
316 B
Zig
.{
|
|
.chance = 0,
|
|
.properties = .{
|
|
.ocean,
|
|
},
|
|
.minHeight = -10,
|
|
.maxHeight = -10,
|
|
|
|
.music = "cubyz:Sincerely",
|
|
|
|
.radius = 64,
|
|
|
|
.ground_structure = .{
|
|
"3 to 4 cubyz:stone",
|
|
"1 to 2 cubyz:sandstone",
|
|
},
|
|
|
|
.maxSubBiomeCount = 1,
|
|
|
|
.parentBiomes = .{
|
|
.{
|
|
.id = "cubyz:ocean",
|
|
.chance = 1,
|
|
},
|
|
},
|
|
}
|