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

12 lines
224 B
Zig

.{
.tags = .{.stone, .mineable, .voidStone},
.blockHealth = 30,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:void_stone_bricks",
}