mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-08-23 08:10:25 +02:00
Reduced the diamand between -1024 and -30000
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user