mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

Related to: #1507 closes #1533 I'm pretty sure that the rest of the moving into a comptime mod interface can be done in a future pr --------- Co-authored-by: Krzysztof Wiśniewski <argmaster.world@gmail.com>
17 lines
323 B
Zig
17 lines
323 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.absorbedLight = 0x202830,
|
|
.rotation = "cubyz:fence",
|
|
.model = "cubyz:fence",
|
|
.texture = "cubyz:oak_fence",
|
|
.texture_top = "cubyz:oak_fence_top",
|
|
.texture_bottom = "cubyz:oak_fence_top",
|
|
.item = .{
|
|
.texture = "fence/oak.png",
|
|
},
|
|
}
|