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

11 lines
194 B
Zig

.{
.tags = .{.stone, .mineable, .baseStone},
.blockHealth = 25,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:stone_tile",
}