mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
19 lines
341 B
Zig
19 lines
341 B
Zig
.{
|
|
.tags = .{.cuttable},
|
|
.blockHealth = 0.2,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.degradable = true,
|
|
.collide = false,
|
|
.alwaysViewThrough = true,
|
|
.absorbedLight = 0x121012,
|
|
.model = "cubyz:plane",
|
|
.rotation = "cubyz:carpet",
|
|
.texture = "cubyz:osier",
|
|
.item = .{
|
|
.texture = "osier.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|