Cubyz/assets/cubyz/blocks/castilleja.zig.zon

21 lines
439 B
Zig

.{
.tags = .{.cuttable},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x000000,
.collide = false,
.model = "cubyz:flower/height_10",
.rotation = "cubyz:planar",
.texture = "cubyz:castilleja",
.texture_top = "cubyz:castilleja_top",
.texture_bottom = "cubyz:castilleja_top",
.item = .{
.texture = "castilleja.png",
},
.lodReplacement = "cubyz:air",
}