mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
16 lines
309 B
Zig
16 lines
309 B
Zig
.{
|
|
.tags = .{.stone, .glacite},
|
|
.blockHealth = 22,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = .fence,
|
|
.model = "cubyz:wall",
|
|
.texture = "cubyz:glacite_wall",
|
|
.texture_top = "cubyz:glacite_wall_top",
|
|
.texture_bottom = "cubyz:stone_wall_top",
|
|
.item = .{
|
|
.texture = "wall/glacite.png",
|
|
},
|
|
}
|