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

16 lines
324 B
Zig

.{
.tags = .{.stone, .mineable, .basalt},
.blockHealth = 20,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:fence",
.model = "cubyz:wall",
.texture = "cubyz:basalt_wall",
.texture_top = "cubyz:basalt_wall_top",
.texture_bottom = "cubyz:basalt_wall_top",
.item = .{
.texture = "wall/basalt.png",
},
}