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
19 lines
330 B
Zig
19 lines
330 B
Zig
.{
|
|
.tags = .{.leaf},
|
|
.blockHealth = 0.2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.degradable = true,
|
|
.collide = false,
|
|
.alwaysViewThrough = true,
|
|
.absorbedLight = 0x121012,
|
|
.model = "cubyz:plane",
|
|
.rotation = .carpet,
|
|
.texture = "cubyz:osier",
|
|
.item = .{
|
|
.texture = "osier.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|