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

12 lines
217 B
Zig

.{
.tags = .{.stone, .mineable, .basalt},
.blockHealth = 20,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:basalt_bricks",
}