Cubyz/assets/cubyz/blocks/sandstone_tile.zig.zon
2025-05-09 16:42:46 +02:00

11 lines
180 B
Zig

.{
.tags = .{.stone, .sandstone},
.blockHealth = 15,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:sandstone_tile",
}