Changes

Summary

  1. Fix energy and heat on combustion engines reseting after 65535 and (commit: 9504405) (details)
  2. Fix part of issue #552 (commit: 04f6dec) (details)
  3. Fixed Quarries breaking Bedrock (commit: 9c8953a) (details)
Commit 9504405b0f51e5fd698e001c4898891fd00bbf76 by psxlover
Fix energy and heat on combustion engines reseting after 65535 and 6553.5 respectively. It was caused because the messages were sending only one byte at a time while max heat (100000) needs 3 bytes to be sent (a short is 2 bytes so each message can send 2 bytes instead of one).
(commit: 9504405)
The file was modifiedcommon/buildcraft/energy/EngineIron.java (diff)
Commit 04f6dec9250e77c975101f38d8f39b579cfa1ceb by scorpress
Fix part of issue #552

This fixes the first two bullet points of issue #552, as well as adding Forge/FML to the list of mod loading frameworks. I will leave the last bullet point up to someone who knows these things.
(commit: 04f6dec)
The file was modifiedbuildcraft_resources/LICENSE.txt (diff)
The file was modifiedcommon/buildcraft/core/EntityRobot.java (diff)