mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 06:11:06 +00:00
test
This commit is contained in:
@@ -73,7 +73,7 @@ public class IrisBiomeGeneratorLink {
|
|||||||
int dmn = engine.getDimension().getMinHeight();
|
int dmn = engine.getDimension().getMinHeight();
|
||||||
int mx = max; // 500
|
int mx = max; // 500
|
||||||
int mn = min; // 160
|
int mn = min; // 160
|
||||||
if (true) { // todo after merge
|
if (engine.getDimension().isSmartVanillaHeight()) {
|
||||||
if (mx > 0) mx = Math.min((int)(((float)mx / (float)dmx) * 300.0f), 300);
|
if (mx > 0) mx = Math.min((int)(((float)mx / (float)dmx) * 300.0f), 300);
|
||||||
if (mx < 0) mx = Math.min((int)(((float)mx / (float)dmn) * 300.0f), 56);
|
if (mx < 0) mx = Math.min((int)(((float)mx / (float)dmn) * 300.0f), 56);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user