Cubyz/assets/cubyz/blocks/cold_grass_vegetation.zig.zon
Carrie 7fed896a77
Permafrost, cold grass, and osier (+ biome changes) (#1369)
* 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
2025-05-04 12:39:44 +02:00

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",
}