mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
23 lines
396 B
Zig
23 lines
396 B
Zig
.{
|
|
.tags = .{.choppable, .wood},
|
|
.blockHealth = 6,
|
|
.item = .{
|
|
.material = .{
|
|
.density = 0.5,
|
|
.elasticity = 2.5,
|
|
.hardness = 1.5,
|
|
.textureRoughness = 0.7,
|
|
.colors = .{
|
|
0xff533f27, 0xff664c2e, 0xff795a37, 0xff8c6b41, 0xffa37b46,
|
|
},
|
|
},
|
|
},
|
|
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.rotation = "cubyz:stairs",
|
|
.texture = "cubyz:pine_planks",
|
|
}
|