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

23 lines
395 B
Zig

.{
.tags = .{.choppable, .wood},
.blockHealth = 6,
.item = .{
.material = .{
.density = 0.7,
.elasticity = 3.0,
.hardness = 2.0,
.textureRoughness = 0.7,
.colors = .{
0xff835e37, 0xffa37543, 0xffbd8a4f, 0xffd3a164, 0xffe5b570,
},
},
},
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.rotation = "cubyz:stairs",
.texture = "cubyz:oak_planks",
}