mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
23 lines
365 B
Zig
23 lines
365 B
Zig
.{
|
|
.class = .wood,
|
|
.blockHealth = 6,
|
|
.item = .{
|
|
.material = .{
|
|
.density = 1.5,
|
|
.resistance = 1.2,
|
|
.power = 0.2,
|
|
.roughness = 0.7,
|
|
.colors = .{
|
|
0xff533f27, 0xff664c2e, 0xff795a37, 0xff8c6b41, 0xffa37b46,
|
|
},
|
|
},
|
|
},
|
|
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.rotation = .stairs,
|
|
.texture = "cubyz:pine_planks",
|
|
}
|