mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
11 lines
202 B
Zig
11 lines
202 B
Zig
.{
|
|
.tags = .{.stone, .mineable, .limestone},
|
|
.blockHealth = 27.5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = "cubyz:stairs",
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:limestone_bricks",
|
|
}
|