Changes

Summary

  1. Fix for kinesis pipes content triggers (commit: 5f4d4c1) (details)
  2. Added oil well generation probability scalar to config file (commit: 4a017f3) (details)
  3. Wooden Pipes shouldn't orient to pipes (commit: 3c84c34) (details)
Commit 5f4d4c1008a7a5941f6ad4018f2dabcc5c55e06e by jszczesniewski
Fix for kinesis pipes content triggers

Due to smoothing s>0 will always be true. All float values higher than 0
will work, however the lower the value, the longer the delay. Tested
with 1 stirling engine powering 16 pumps, s>0.001 caused flickering in
this case.
(commit: 5f4d4c1)
The file was modifiedcommon/buildcraft/transport/triggers/TriggerPipeContents.java (diff)
Commit 4a017f355e21ac56886cef173a952a38574f2bc8 by ghollenbeck
Added oil well generation probability scalar to config file
(commit: 4a017f3)
The file was modifiedcommon/buildcraft/energy/worldgen/OilPopulate.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
Commit 3c84c34bd94a81fc5db45c14b7b78f75c8cb2c20 by CovertJaguar
Wooden Pipes shouldn't orient to pipes

Closes #1218
(commit: 3c84c34)
The file was modifiedcommon/buildcraft/transport/pipes/PipeFluidsWood.java (diff)
The file was modifiedcommon/buildcraft/transport/pipes/PipeItemsWood.java (diff)