Cubyz/assets/cubyz/blocks/marble.zig.zon
2025-05-09 16:42:46 +02:00

35 lines
602 B
Zig

.{
.tags = .{.stone, .marble},
.blockHealth = 28,
.drops = .{
.{.items = .{.auto}},
},
.item = .{
.material = .{
.density = 2.6,
.elasticity = 0.0,
.hardness = 4.0,
.textureRoughness = 1.0,
.colors = .{
0xffA89B94, 0xffC9C0BB, 0xffECE9E3, 0xffFBF8F1, 0xffECE9E3,
},
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.tag = .marble,
.restriction = .{
.id = .encased,
.tag = .precious,
.amount = 2,
},
},
},
},
},
.allowOres = true,
.rotation = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:marble",
}