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

10 lines
138 B
Zig

.{
.tags = .{.diggable},
.blockHealth = 4,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.texture = "cubyz:snow",
}