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

12 lines
204 B
Zig

.{
.tags = .{.stone, .ferrock},
.blockHealth = 23.75,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:ferrock_bricks",
}