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

12 lines
190 B
Zig

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