mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

* Permafrost, cold grass, osier, cold taiga, tweaks * Tweak osier and cold grass item * formatting * Move cold_taiga to taiga/cold and migrate taiga/base * Fix subbiomes
10 lines
142 B
Zig
10 lines
142 B
Zig
.{
|
|
.tags = .{.sand},
|
|
.blockHealth = 6.5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:permafrost",
|
|
}
|