mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
17 lines
320 B
Zig
17 lines
320 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.absorbedLight = 0x202830,
|
|
.rotation = .fence,
|
|
.model = "cubyz:fence",
|
|
.texture = "cubyz:pine_fence",
|
|
.texture_top = "cubyz:pine_fence_top",
|
|
.texture_bottom = "cubyz:pine_fence_top",
|
|
.item = .{
|
|
.texture = "fence/pine.png",
|
|
},
|
|
}
|