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
18 lines
323 B
Zig
18 lines
323 B
Zig
.{
|
|
.tags = .{.leaf},
|
|
.blockHealth = 0.2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.degradable = true,
|
|
.viewThrough = true,
|
|
.absorbedLight = 0x000000,
|
|
.collide = false,
|
|
.model = "cubyz:cross",
|
|
.texture = "cubyz:cold_grass_vegetation",
|
|
.item = .{
|
|
.texture = "cold_grass.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|