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:
parent
3bff630669
commit
a17e783daf
@ -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,
|
||||
}, },
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user