Cubyz/assets/cubyz/blocks/lily_pad.zig.zon
Carrie 8f0693f7b0
Lily pads / adjust water reflectivity (#1221)
* Add lily pads and reduce water reflectivity

* tweka water reflectivity
2025-03-23 19:36:31 +01:00

18 lines
317 B
Zig

.{
.tags = .{.leaf},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.alwaysViewThrough = true,
.absorbedLight = 0x121012,
.model = "cubyz:plane",
.rotation = .planar,
.texture = "cubyz:lily_pad",
.item = .{
.texture = "lily_pad.png",
},
.lodReplacement = "cubyz:air",
}