Changes

Summary

  1. Fix Laser brightness (again) (commit: d9702f4) (details)
  2. Make Flatten less stupid (commit: 9891f99) (details)
The file was modifiedcommon/buildcraft/core/EntityBlock.java (diff)
The file was modifiedcommon/buildcraft/core/EntityLaser.java (diff)
Commit 9891f99f252c16c5e42c5ce20b0d1e6ae0ae89a8 by CovertJaguar
Make Flatten less stupid

It now processes in columns, greatly increasing the performance.

It is no longer halted entirely by anything it can't break. In other
words, you can use it to fill over bedrock.

Changed how the clear portion works, it no longer clears all the way to
sky, instead it only clears IN the box.
(commit: 9891f99)
The file was modifiedcommon/buildcraft/builders/FillerFlattener.java (diff)