mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
13 lines
241 B
Zig
13 lines
241 B
Zig
.{
|
|
.tags = .{.choppable, .cuttable, .leaf},
|
|
.blockHealth = 0.5,
|
|
.absorbedLight = 0x202830,
|
|
.alwaysViewThrough = true,
|
|
.rotation = "cubyz:branch",
|
|
.model = .{
|
|
.radius = 4,
|
|
.shellModel = "cubyz:cube",
|
|
.textureSlotOffset = 6,
|
|
},
|
|
}
|