mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
16 lines
358 B
Zig
16 lines
358 B
Zig
.{
|
|
.tags = .{.mineable},
|
|
.blockHealth = 10,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = "cubyz:planar",
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:kiln/back",
|
|
.texture_front = "cubyz:kiln/front",
|
|
.texture_left = "cubyz:kiln/side",
|
|
.texture_right = "cubyz:kiln/side",
|
|
.texture_top = "cubyz:kiln/top",
|
|
.texture_bottom = "cubyz:kiln/bottom",
|
|
}
|