Cubyz/assets/cubyz/blocks/ruby_block.zig.zon
Carrie 1c22c879f4
Ruby ore + diamond texture tweaks (#1349)
* Ruby blocks and item, tweaks to diamond textures

* Tweak ruby ore and add recipes

* Change ore height

* minHeight
2025-04-27 10:58:27 +02:00

12 lines
187 B
Zig

.{
.tags = .{.stone},
.blockHealth = 55,
.blockResistance = 9,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:ruby_block",
}