Cubyz/assets/cubyz/blocks/amber_block.zig.zon

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",
}