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

16 lines
314 B
Zig

.{
.tags = .{.stone, .ferrock},
.blockHealth = 23.75,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .fence,
.model = "cubyz:wall",
.texture = "cubyz:ferrock_wall",
.texture_top = "cubyz:ferrock_wall_top",
.texture_bottom = "cubyz:ferrock_wall_top",
.item = .{
.texture = "wall/ferrock.png",
},
}