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

36 lines
656 B
Zig

.{
.tags = .{.stone, .mineable, .limestone},
.blockHealth = 27.5,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.item = .{
.material = .{
.density = 2.75,
.elasticity = 0.9,
.hardness = 3.33,
.textureRoughness = 0.5,
.colors = .{
0xff70583E, 0xff886D52, 0xffAB8D6A, 0xffC09B6E, 0xffCCA780,
},
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.tag = .limestone,
.restriction = .{
.id = .encased,
.tag = .precious,
.amount = 2,
},
},
},
},
},
.allowOres = true,
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:limestone",
}