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

16 lines
343 B
Zig

.{
.tags = .{.stone, .mineable, .voidStone},
.blockHealth = 30,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:fence",
.model = "cubyz:wall",
.texture = "cubyz:void_stone_wall",
.texture_top = "cubyz:void_stone_wall_top",
.texture_bottom = "cubyz:void_stone_wall_top",
.item = .{
.texture = "wall/void_stone.png",
},
}