mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
16 lines
305 B
Zig
16 lines
305 B
Zig
.{
|
|
.tags = .{.stone, .baseStone},
|
|
.blockHealth = 25,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = .fence,
|
|
.model = "cubyz:wall",
|
|
.texture = "cubyz:stone_wall",
|
|
.texture_top = "cubyz:stone_wall_top",
|
|
.texture_bottom = "cubyz:stone_wall_top",
|
|
.item = .{
|
|
.texture = "wall/stone.png",
|
|
},
|
|
}
|