Cubyz/assets/cubyz/blocks/ferrock_wall.zig.zon

16 lines
332 B
Zig

.{
.tags = .{.stone, .mineable, .ferrock},
.blockHealth = 23.75,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz: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",
},
}