chagned the mapgen

master
ThomasMonroe 2017-04-13 07:36:44 -05:00
parent 18d376462b
commit 9b57234376
1 changed files with 2 additions and 2 deletions

View File

@ -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,