From 1a7c4c3ae6b74d9fdb246d3e5a79ce46dde7ab98 Mon Sep 17 00:00:00 2001 From: IntegratedQuantum Date: Sat, 22 Feb 2025 10:52:03 +0100 Subject: [PATCH] Make diamond veins smaller, but more common --- assets/cubyz/blocks/diamond_ore.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/cubyz/blocks/diamond_ore.zig.zon b/assets/cubyz/blocks/diamond_ore.zig.zon index 49f9f3b7f..27c4103fb 100644 --- a/assets/cubyz/blocks/diamond_ore.zig.zon +++ b/assets/cubyz/blocks/diamond_ore.zig.zon @@ -3,8 +3,8 @@ .blockHealth = 50, .breakingPower = 10, .ore = .{ - .veins = 1, - .size = 20, + .veins = 3, + .size = 6, .height = -100, .density = 0.1, },