Cubyz/assets/cubyz/blocks/baobab_planks.zig.zon

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",
}