Changes

Summary

  1. Fix engine not working if doDaylightCycle is set to false. Fixes #1148 (commit: 8d1c6dc) (details)
  2. Fix chute either working twice as fast or not at all depending on when (commit: 4f21d4f) (details)
  3. Probably fixes #991 (commit: 4ae2380) (details)
  4. Replace getWorldTime() with getTotalWorldTime (commit: fac6e92) (details)
  5. Fix kinisis pipes when doDaylightCycle is set to false. Fixes #1152 (commit: 67772a9) (details)
Commit 8d1c6dc936a85fb565ca5a2382df0cfc507a62f2 by kraphteu
Fix engine not working if doDaylightCycle is set to false. Fixes #1148
(commit: 8d1c6dc)
The file was modifiedcommon/buildcraft/energy/TileEngineWood.java (diff)
Commit 4f21d4f8d845533fbfbbb5a015262e6fc507f643 by kraphteu
Fix chute either working twice as fast or not at all depending on when you set doDaylightCycle to false
(commit: 4f21d4f)
The file was modifiedcommon/buildcraft/factory/TileHopper.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeTransportFluids.java (diff)
Commit fac6e9236ecacae55e88f20f45a515c727bf4878 by kraphteu
Replace getWorldTime() with getTotalWorldTime
(commit: fac6e92)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
Commit 67772a9c599c63744ccbde6015ff26cb4b1760d5 by kraphteu
Fix kinisis pipes when doDaylightCycle is set to false. Fixes #1152
(commit: 67772a9)
The file was modifiedcommon/buildcraft/transport/PipeTransportPower.java (diff)