mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 19:39:04 +07:00
Oregen fixes
This commit is contained in:
parent
4fb74d1e39
commit
51b03725a2
@ -214,7 +214,7 @@ public class TODOPlanetGenerator extends PlanetGenerator{
|
||||
|
||||
FloatArray frequencies = new FloatArray();
|
||||
for(int i = 0; i < ores.size; i++){
|
||||
frequencies.add(rand.random(-0.02f, 0.08f));
|
||||
frequencies.add(rand.random(-0.08f, 0.02f));
|
||||
}
|
||||
|
||||
pass((x, y) -> {
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=0cae533620f20846febba83e19f531c337204d44
|
||||
archash=2b1be987f1bad28c7f4456cbfa651f5139204e65
|
||||
|
Loading…
Reference in New Issue
Block a user