mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
9 lines
107 B
Zig
9 lines
107 B
Zig
.{
|
|
.class = .stone,
|
|
.blockHealth = 5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
}
|