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

23 lines
396 B
Zig

.{
.tags = .{.choppable, .wood},
.blockHealth = 6,
.item = .{
.material = .{
.density = 0.5,
.elasticity = 2.5,
.hardness = 1.5,
.textureRoughness = 0.7,
.colors = .{
0xff533f27, 0xff664c2e, 0xff795a37, 0xff8c6b41, 0xffa37b46,
},
},
},
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.rotation = "cubyz:stairs",
.texture = "cubyz:pine_planks",
}