Cubyz/assets/cubyz/blocks/marble_wall.zig.zon
OneAvargeCoder193 4898012311
Use comptime modding for rotation loading (#1509)
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>
2025-06-17 18:13:48 +02:00

16 lines
313 B
Zig

.{
.tags = .{.stone, .marble},
.blockHealth = 28,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:fence",
.model = "cubyz:wall",
.texture = "cubyz:marble_wall",
.texture_top = "cubyz:marble_wall_top",
.texture_bottom = "cubyz:marble_wall_top",
.item = .{
.texture = "wall/marble.png",
},
}