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

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