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