mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Add note on schem y normalisation
This commit is contained in:
		@@ -261,6 +261,7 @@ public class HybridPlotWorld extends ClassicPlotWorld {
 | 
			
		||||
 | 
			
		||||
        int worldHeight = getMaxGenHeight() - getMinGenHeight() + 1;
 | 
			
		||||
 | 
			
		||||
        // SCHEM_Y should be normalised to the plot "start" height
 | 
			
		||||
        if (schematic3 != null) {
 | 
			
		||||
            if (schematic3.getClipboard().getDimensions().getY() == worldHeight) {
 | 
			
		||||
                SCHEM_Y = plotY = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user