mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
16 lines
332 B
Zig
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",
|
|
},
|
|
}
|