mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Get biome data from correct schematic for intersections (Fixes PS-50)
This commit is contained in:
parent
02f3c3ef50
commit
74876f9e64
@ -335,7 +335,7 @@ public class HybridPlotWorld extends ClassicPlotWorld {
|
|||||||
(short) (z - shift), id, false, h2);
|
(short) (z - shift), id, false, h2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BiomeType biome = blockArrayClipboard1
|
BiomeType biome = blockArrayClipboard2
|
||||||
.getBiome(BlockVector2.at(x + min.getBlockX(), z + min.getBlockZ()));
|
.getBiome(BlockVector2.at(x + min.getBlockX(), z + min.getBlockZ()));
|
||||||
addOverlayBiome((short) (x - shift), (short) (z - shift), biome);
|
addOverlayBiome((short) (x - shift), (short) (z - shift), biome);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user