mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
18 lines
327 B
Zig
18 lines
327 B
Zig
.{
|
|
.tags = .{.cuttable},
|
|
.blockHealth = 0.2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.degradable = true,
|
|
.viewThrough = true,
|
|
.absorbedLight = 0x000000,
|
|
.collide = false,
|
|
.model = "cubyz:cross",
|
|
.texture = "cubyz:lush_grass_vegetation",
|
|
.item = .{
|
|
.texture = "lush_grass.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|