mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
18 lines
325 B
Zig
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",
|
|
}
|