9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 04:29:05 +00:00

Hotload fixes

This commit is contained in:
Daniel Mills
2020-11-23 02:38:49 -05:00
parent d6b7a4bdba
commit 58845ae79f
3 changed files with 32 additions and 3 deletions

View File

@@ -397,7 +397,6 @@ public class IrisBiome extends IrisRegistrant implements IRare
CNG hgen = getLayerHeightGenerators(random, rdata).get(i);
double d = hgen.fit(layers.get(i).getMinHeight(), layers.get(i).getMaxHeight(), wx / layers.get(i).getZoom(), wz / layers.get(i).getZoom());
IrisSlopeClip sc = getLayers().get(i).getSlopeCondition();
if(!sc.isDefault())