Fixed heavy oil not generated

This commit is contained in:
Blood-Asp 2016-01-30 14:39:08 +01:00
parent f385b880bd
commit a475c87f17

View file

@ -1508,7 +1508,7 @@ public class GT_Utility {
Random tRandom = new Random((aWorld.getSeed() + (aX / 96) + (7 * (aZ / 96))));
int oil = tRandom.nextInt(3);
int oil = tRandom.nextInt(4);
double amount = tRandom.nextInt(50) + tRandom.nextDouble();
// System.out.println("Oil: "+(aX/96)+" "+(aZ/96)+" "+oil+" "+amount);
// amount = 40;