From 9b57234376074d4fb4ff55a30942af502c0ea1b8 Mon Sep 17 00:00:00 2001 From: ThomasMonroe Date: Thu, 13 Apr 2017 07:36:44 -0500 Subject: [PATCH] chagned the mapgen --- edoylerite.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edoylerite.lua b/edoylerite.lua index db1560e..388e28f 100644 --- a/edoylerite.lua +++ b/edoylerite.lua @@ -132,8 +132,8 @@ minetest.register_ore({ ore_type = "scatter", ore = "exoticores:stone_with_edoylerite", wherein = "default:stone", - clust_scarcity = 24 * 24 * 24, - clust_num_ores = 15, + clust_scarcity = 25 * 25 * 25, + clust_num_ores = 10, clust_size = 6, y_min = -31000, y_max = 0,