mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
23 lines
395 B
Zig
23 lines
395 B
Zig
.{
|
|
.tags = .{.choppable, .wood},
|
|
.blockHealth = 6,
|
|
.item = .{
|
|
.material = .{
|
|
.density = 0.7,
|
|
.elasticity = 3.0,
|
|
.hardness = 2.0,
|
|
.textureRoughness = 0.7,
|
|
.colors = .{
|
|
0xff835e37, 0xffa37543, 0xffbd8a4f, 0xffd3a164, 0xffe5b570,
|
|
},
|
|
},
|
|
},
|
|
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.rotation = "cubyz:stairs",
|
|
.texture = "cubyz:oak_planks",
|
|
}
|