mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
10 lines
137 B
Zig
10 lines
137 B
Zig
.{
|
|
.tags = .{.sand},
|
|
.blockHealth = 5.75,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:clay",
|
|
}
|