Changes

Summary

  1. Fix possible NPE in Wrench (commit: f404ecc) (details)
  2. Randomize potential oil biome spawns on worldseed (commit: 8d5e520) (details)
The file was modifiedcommon/buildcraft/core/ItemWrench.java (diff)
Commit 8d5e520c9620239c7b7c48a56621ed45974dae5e by CovertJaguar
Randomize potential oil biome spawns on worldseed

Also reduced Oil Ocean Biome chances again.

Previously it was using the same noise field for all seeds. Now it
randomly offsets the noise field based on the world seed. Its not truly
random, but at least you won't be able to travel to the same coordinates
in every world and find an Oil Biome.
(commit: 8d5e520)
The file was addedcommon/buildcraft/energy/worldgen/GenLayerBiomeReplacer.java
The file was modifiedcommon/buildcraft/energy/worldgen/GenLayerAddOilOcean.java (diff)
The file was modifiedcommon/buildcraft/energy/worldgen/BiomeInitializer.java (diff)
The file was modifiedcommon/buildcraft/energy/worldgen/GenLayerAddOilDesert.java (diff)