Cubyz/assets/cubyz/blocks/sandstone_wall.zig.zon

16 lines
339 B
Zig

.{
.tags = .{.stone, .mineable, .sandstone},
.blockHealth = 15,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:fence",
.model = "cubyz:wall",
.texture = "cubyz:sandstone_wall",
.texture_top = "cubyz:sandstone_wall_top",
.texture_bottom = "cubyz:sandstone_wall_top",
.item = .{
.texture = "wall/sandstone.png",
},
}