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

36 lines
633 B
Zig

.{
.tags = .{.stone, .ferrock},
.blockHealth = 32.5,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.item = .{
.material = .{
.density = 3.25,
.elasticity = 0.5,
.hardness = 4.75,
.textureRoughness = 0.75,
.colors = .{
0xff72403C, 0xff905B57, 0xffB77966, 0xffC2846A, 0xffC49B77,
},
.modifiers = .{
.{
.id = "good_at",
.strength = 0.5,
.tag = .ferrock,
.restriction = .{
.id = .encased,
.tag = .precious,
.amount = 2,
},
},
},
},
},
.allowOres = true,
.model = "cubyz:cube",
.rotation = .stairs,
.texture = "cubyz:ferrock",
}