Get biome data from correct schematic for intersections (Fixes PS-50)

This commit is contained in:
Carter 2020-06-27 15:40:20 -04:00 committed by dordsor21
parent 02f3c3ef50
commit 74876f9e64

View File

@ -335,7 +335,7 @@ public class HybridPlotWorld extends ClassicPlotWorld {
(short) (z - shift), id, false, h2);
}
}
BiomeType biome = blockArrayClipboard1
BiomeType biome = blockArrayClipboard2
.getBiome(BlockVector2.at(x + min.getBlockX(), z + min.getBlockZ()));
addOverlayBiome((short) (x - shift), (short) (z - shift), biome);
}