From dde2673ba9429466860172042015c95939688ea8 Mon Sep 17 00:00:00 2001 From: Technus Date: Fri, 4 Nov 2016 13:45:54 +0100 Subject: [PATCH] Just to be sure --- src/main/java/gregtech/api/util/GT_Utility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/gregtech/api/util/GT_Utility.java b/src/main/java/gregtech/api/util/GT_Utility.java index 364f974b..b918f29d 100644 --- a/src/main/java/gregtech/api/util/GT_Utility.java +++ b/src/main/java/gregtech/api/util/GT_Utility.java @@ -1568,7 +1568,7 @@ public class GT_Utility { private static FluidStack setUndergroundOil(World aWorld, int aX, int aZ,ChunkPosition tPos,int[] tInts) { XSTR tRandom = new XSTR(aWorld.getSeed() ^ ((long)(aX / 6) + (long)(7000 * (aZ / 6)))); int type=tRandom.nextInt(5);//type slowly changes - int amnt = (int)(Math.ceil(Math.pow(2D+(double)tRandom.nextInt(48)+(new XSTR()).nextDouble(),10D)/500000000D)); + int amnt = (int)(Math.ceil(Math.pow(2D+(double)(tRandom.nextInt(48))+(new XSTR()).nextDouble(),10D)/500000000D)); //roughly uses 28 bits FluidStack tFluidStack; switch (type) {//0 is old system