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

12 lines
206 B
Zig

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