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

Related to: #1507 closes #1533 I'm pretty sure that the rest of the moving into a comptime mod interface can be done in a future pr --------- Co-authored-by: Krzysztof Wiśniewski <argmaster.world@gmail.com>
21 lines
426 B
Zig
21 lines
426 B
Zig
.{
|
|
.tags = .{.leaf},
|
|
.blockHealth = 0.2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.degradable = true,
|
|
.viewThrough = true,
|
|
.absorbedLight = 0x000000,
|
|
.collide = false,
|
|
.model = "cubyz:flower/height_8",
|
|
.rotation = "cubyz:planar",
|
|
.texture = "cubyz:daffodil",
|
|
.texture_top = "cubyz:daffodil_top",
|
|
.texture_bottom = "cubyz:daffodil_top",
|
|
.item = .{
|
|
.texture = "daffodil.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|