Cubyz/assets/cubyz/blocks/mossy_cobblestone.zig.zon
ikabod-kee ef1a33f6d5
Pickaxe Rebalance (2) (#1128)
* Pickaxe Rebalance (2)

* Changed ore health

* Can you believe I forgot marble?

* Fix indentation and fix duplicate entry in void_stone.zig

---------

Co-authored-by: IntegratedQuantum <jahe788@gmail.com>
2025-03-01 16:28:15 +01:00

12 lines
172 B
Zig

.{
.tags = .{.stone},
.blockHealth = 25,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.texture = "cubyz:mossy_cobblestone",
.rotation = .stairs,
}