mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
23 lines
369 B
Zig
23 lines
369 B
Zig
.{
|
|
.class = .wood,
|
|
.blockHealth = 6,
|
|
.item = .{
|
|
.material = .{
|
|
.density = 1.0,
|
|
.resistance = 1.2,
|
|
.power = 0.3,
|
|
.roughness = 0.7,
|
|
.colors = .{
|
|
0xff734c2f, 0xff8e5d38, 0xffa26a3f, 0xffbd7e48, 0xffcf9459,
|
|
},
|
|
},
|
|
},
|
|
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.rotation = .stairs,
|
|
.texture = "cubyz:mahogany_planks",
|
|
}
|