mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-04 00:46:08 +00:00
Reverted generator change
This commit is contained in:
parent
cf85d300f4
commit
0f66aa47c9
@ -91,14 +91,6 @@ public class IrisGenerator extends IrisRegistrant {
|
||||
@Desc("The noise gen for cliff height.")
|
||||
private IrisNoiseGenerator cliffHeightGenerator = new IrisNoiseGenerator();
|
||||
|
||||
boolean seedAdjusted = false;
|
||||
|
||||
public long getSeed() {
|
||||
if(!seedAdjusted)
|
||||
seed += (long)(cliffHeightMax + cliffHeightMin + (offsetX * offsetZ) - zoom + (multiplicitive ? 82 : 21) * cellPercentSize);
|
||||
return seed;
|
||||
}
|
||||
|
||||
public double getMax() {
|
||||
return opacity;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user