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

11 lines
195 B
Zig

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