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

12 lines
199 B
Zig

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