1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-08 03:20:21 +01:00

Reduced the diamand between -1024 and -30000

This commit is contained in:
Ombridride 2015-10-27 17:49:46 +01:00
parent dd1c65b5e5
commit 9e5913cb30

View File

@ -387,7 +387,7 @@ function default.register_ores()
ore = "default:stone_with_diamond", ore = "default:stone_with_diamond",
wherein = "default:stone", wherein = "default:stone",
clust_scarcity = 30 * 30 * 30, clust_scarcity = 30 * 30 * 30,
clust_num_ores = 64, clust_num_ores = 32,
clust_size = 5, clust_size = 5,
y_max = -1024, y_max = -1024,
y_min = -30000, y_min = -30000,