Ore level changes
This commit is contained in:
parent
0176f31f1e
commit
1565b66395
@ -570,9 +570,9 @@ public abstract class Skywars extends Game
|
||||
}
|
||||
|
||||
// Vein Counts
|
||||
int diamondVeins = 2 + UtilMath.r(2);
|
||||
int ironVeins = 4 + UtilMath.r(4);
|
||||
int gravelVeins = 4 + UtilMath.r(3);
|
||||
int diamondVeins = 3;
|
||||
int ironVeins = 7;
|
||||
int gravelVeins = 4;
|
||||
|
||||
// Create Ores
|
||||
for (ArrayList<Location> ores : islandOres.values())
|
||||
|
Loading…
Reference in New Issue
Block a user