mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
23 lines
399 B
Zig
23 lines
399 B
Zig
.{
|
|
.tags = .{.choppable, .wood},
|
|
.blockHealth = 6,
|
|
.item = .{
|
|
.material = .{
|
|
.density = 0.4,
|
|
.elasticity = 2.25,
|
|
.hardness = 1.7,
|
|
.textureRoughness = 0.7,
|
|
.colors = .{
|
|
0xff8c6f59, 0xffa07f66, 0xffb8917b, 0xffd7b194, 0xffe4c29f,
|
|
},
|
|
},
|
|
},
|
|
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.rotation = "cubyz:stairs",
|
|
.texture = "cubyz:baobab_planks",
|
|
}
|