Fixed incorrect patch to GenLayer, causing large vanilla biomes to not work properly.

This commit is contained in:
RainWarrior 2016-01-28 08:00:27 +03:00
parent 7b7d18f676
commit 741fdd0a85
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
i = 6;
}
+ i = getModdedBiomeSize(p_180781_2_, j);
+ i = getModdedBiomeSize(p_180781_2_, i);
+
GenLayer lvt_8_1_ = GenLayerZoom.func_75915_a(1000L, genlayer4, 0);
GenLayerRiverInit genlayerriverinit = new GenLayerRiverInit(100L, lvt_8_1_);