mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

* 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>
12 lines
172 B
Zig
12 lines
172 B
Zig
.{
|
|
.tags = .{.stone},
|
|
.blockHealth = 25,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:mossy_cobblestone",
|
|
|
|
.rotation = .stairs,
|
|
}
|