mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
14 lines
201 B
Zig
14 lines
201 B
Zig
.{
|
|
.tags = .{.stone},
|
|
.blockHealth = 1,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = .ore,
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:pebbles",
|
|
.item = .{
|
|
.texture = "pebbles.png",
|
|
},
|
|
}
|