mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
12 lines
200 B
Zig
12 lines
200 B
Zig
.{
|
|
.tags = .{.mineable},
|
|
.blockHealth = 50,
|
|
.blockResistance = 10,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = "cubyz:stairs",
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:silver_block",
|
|
}
|