mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
12 lines
217 B
Zig
12 lines
217 B
Zig
.{
|
|
.tags = .{.stone, .mineable, .basalt},
|
|
.blockHealth = 20,
|
|
.blockResistance = 1,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = "cubyz:stairs",
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:basalt_bricks",
|
|
}
|