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

11 lines
200 B
Zig

.{
.tags = .{.stone, .mineable, .sandstone},
.blockHealth = 15,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:sandstone_bricks",
}