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

36 lines
638 B
Zig

.{
.tags = .{.stone, .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 = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:limestone",
}