Cubyz/assets/cubyz/blocks/chalk/_defaults.zig.zon

10 lines
150 B
Zig

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