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

16 lines
325 B
Zig

.{
.tags = .{.stone, .voidStone},
.blockHealth = 30,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .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",
},
}