Changes

Summary

  1. added missing changelog (commit: 420fee4) (details)
  2. Update en_US.lang (commit: 206f318) (details)
  3. Update en_US.lang (commit: 0106f11) (details)
  4. Fix builder/filler work not rendering if player is far away (commit: 9e5e3c5) (details)
  5. Add check for no null IIcons on facade registration (commit: 7351eb9) (details)
  6. Remove landmark's levitation. It's broken physics. (commit: 69a09c9) (details)
  7. added protection against exception raised (commit: 9df8283) (details)
  8. further protection against possible null icons (commit: 6227fbc) (details)
  9. prepare version 6.0.18 (commit: 1c23818) (details)
  10. fixed previous commit (commit: 5ae55c2) (details)
The file was addedbuildcraft_resources/changelog/6.0.17
Commit 206f31848a234fb9d027344fa11a07e103049a8e by cassboys
Update en_US.lang

Fix Grammar Mistakes
(commit: 206f318)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
Commit 0106f11648c28f6f2d70f4031d82d67a92c0c0a7 by cassboys
Update en_US.lang

Fix one more small grammar error
(commit: 0106f11)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
Commit 9e5e3c5f304b2fe85582f7811c8e505a9969a716 by foka_12
Fix builder/filler work not rendering if player is far away

If the player is standing further than 64 blocks away (which is far enough for most blocks but not for the builder/filler since the area where they render can get quite big) tile entities aren't rendered.

This is fixed by overriding that method.
(commit: 9e5e3c5)
The file was modifiedcommon/buildcraft/builders/TileAbstractBuilder.java (diff)
Commit 7351eb9a5f1418e943620bbbb6127be6eee82696 by tterrag1098
Add check for no null IIcons on facade registration

Continuation of #1977
(commit: 7351eb9)
The file was modifiedcommon/buildcraft/transport/ItemFacade.java (diff)
Commit 69a09c9ac0a256c1a3c69d8b7ac7d01bed4468b7 by prototypegamez
Remove landmark's levitation. It's broken physics.
(commit: 69a09c9)
The file was modifiedcommon/buildcraft/builders/BlockMarker.java (diff)
The file was removedcommon/buildcraft/builders/BuildersProxy.java
Commit 9df82839879be7340bd1e7f7e608072fa617aaa7 by SpaceToad
added protection against exception raised
(commit: 9df8283)
The file was modifiedcommon/buildcraft/transport/ItemFacade.java (diff)
Commit 6227fbc4b02c3c4eab9c7a02a492c61b159418fb by SpaceToad
further protection against possible null icons
(commit: 6227fbc)
The file was modifiedcommon/buildcraft/transport/render/FacadeItemRenderer.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)
The file was addedbuildcraft_resources/changelog/6.0.18
The file was modifiedbuild.gradle (diff)