mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
14 lines
167 B
Zig
14 lines
167 B
Zig
.{
|
|
.properties = .{},
|
|
.chance = 0,
|
|
.minHeight = 24,
|
|
.maxHeight = 40,
|
|
|
|
.validPlayerSpawn = true,
|
|
|
|
.ground_structure = .{
|
|
"cubyz:grass",
|
|
"2 cubyz:soil",
|
|
},
|
|
}
|