From 9e5913cb3088c5bd99596e15230318020fa5ac4b Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 27 Oct 2015 17:49:46 +0100 Subject: [PATCH] Reduced the diamand between -1024 and -30000 --- minetestforfun_game/mods/default/mapgen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minetestforfun_game/mods/default/mapgen.lua b/minetestforfun_game/mods/default/mapgen.lua index 0668d41d..3e1bdcd2 100755 --- a/minetestforfun_game/mods/default/mapgen.lua +++ b/minetestforfun_game/mods/default/mapgen.lua @@ -387,7 +387,7 @@ function default.register_ores() ore = "default:stone_with_diamond", wherein = "default:stone", clust_scarcity = 30 * 30 * 30, - clust_num_ores = 64, + clust_num_ores = 32, clust_size = 5, y_max = -1024, y_min = -30000,