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

36 lines
646 B
Zig

.{
.tags = .{.stone, .mineable, .glacite},
.blockHealth = 25,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.item = .{
.material = .{
.density = 2.5,
.elasticity = 0.0,
.hardness = 4.5,
.textureRoughness = 2.0,
.colors = .{
0xff6E757F, 0xff86898E, 0xffA4A7AA, 0xffB9BCBF, 0xffCACCCE,
},
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.tag = .glacite,
.restriction = .{
.id = .encased,
.tag = .precious,
.amount = 2,
},
},
},
},
},
.allowOres = true,
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:glacite",
}