mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
13 lines
230 B
Zig
13 lines
230 B
Zig
.{
|
|
.tags = .{.mineable, .choppable},
|
|
.blockHealth = 15,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.transparent = true,
|
|
.hasBackFace = true,
|
|
.model = "cubyz:cube",
|
|
.absorbedLight = 0x117edc,
|
|
.texture = "cubyz:amber_block",
|
|
}
|