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>
16 lines
330 B
Zig
16 lines
330 B
Zig
.{
|
|
.tags = .{.stone, .limestone},
|
|
.blockHealth = 27.5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = "cubyz:fence",
|
|
.model = "cubyz:wall",
|
|
.texture = "cubyz:limestone_wall",
|
|
.texture_top = "cubyz:limestone_wall_top",
|
|
.texture_bottom = "cubyz:limestone_wall_top",
|
|
.item = .{
|
|
.texture = "wall/limestone.png",
|
|
},
|
|
}
|