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

18 lines
325 B
Zig

.{
.tags = .{.cuttable},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x000000,
.collide = false,
.model = "cubyz:cross",
.texture = "cubyz:dry_grass_vegetation",
.item = .{
.texture = "dry_grass.png",
},
.lodReplacement = "cubyz:air",
}