1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Fixed invalid cluster ore config (#517)

This commit is contained in:
Lynn 2018-12-06 12:31:52 +01:00 committed by Valansch
parent 3bff630669
commit a17e783daf

View File

@ -20,7 +20,7 @@
-- simplex: similar to perlin
-- zero: does nothing with this source
-- one: adds the weight directly to the noise calculation
clusters = {
return {
{
yield=1.0,
min_distance=30,
@ -48,4 +48,4 @@ clusters = {
['uranium-ore'] = 86,
['crude-oil'] = 57,
}, },
}
}