Fixed heavy oil not generated
This commit is contained in:
parent
f385b880bd
commit
a475c87f17
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue