Changes

Summary

  1. add clear filters (as requested by Forecaster) (commit: 8377eb9) (details)
  2. rendering improvements, add clear lens too while at it (commit: 7e9db94) (details)
  3. fix #3112 (commit: aef5e7a) (details)
  4. cleanup, fix #3102 (commit: eebd393) (details)
  5. improve robot path handling (commit: 89b10bb) (details)
  6. fix buildcraft command crash (commit: 09ef745) (details)
  7. improvements to robot breaking logic (commit: a24fa1c) (details)
  8. BuildCraft 7.1.13 (commit: ebbdbda) (details)
  9. Fix #3120 The inventory trigger now takes the max stacksize of the (commit: 077f38e) (details)
  10. Fix #3119 (commit: ec39cec) (details)
  11. Added IBlockDefaultTriggers. (commit: 99ee6ab) (details)
Commit 8377eb94f7eb808585b70d6f91ec7ff20e472abc by asiekierka
add clear filters (as requested by Forecaster)
(commit: 8377eb9)
The file was modifiedcommon/buildcraft/transport/pluggable/ItemLens.java (diff)
The file was modifiedcommon/buildcraft/transport/LensFilterHandler.java (diff)
The file was modifiedcommon/buildcraft/transport/TransportSiliconRecipes.java (diff)
The file was modifiedcommon/buildcraft/transport/pluggable/LensPluggable.java (diff)
Commit 7e9db9486ee8917bc1da94d640b2d64b39092533 by asiekierka
rendering improvements, add clear lens too while at it
(commit: 7e9db94)
The file was modifiedcommon/buildcraft/transport/LensFilterHandler.java (diff)
The file was modifiedcommon/buildcraft/transport/pluggable/ItemLens.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeIconProvider.java (diff)
The file was addedbuildcraft_resources/assets/buildcrafttransport/textures/items/lens/clear.png
The file was modifiedcommon/buildcraft/transport/TransportSiliconRecipes.java (diff)
The file was modifiedcommon/buildcraft/transport/pluggable/LensPluggable.java (diff)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
The file was addedbuildcraft_resources/assets/buildcrafttransport/textures/blocks/pipes/pipeLensClearOverlay.png
The file was modifiedcommon/buildcraft/robotics/ai/AIRobotGotoBlock.java (diff)
The file was modifiedcommon/buildcraft/transport/PipePluggableState.java (diff)
The file was modifiedcommon/buildcraft/robotics/EntityRobot.java (diff)
The file was modifiedcommon/buildcraft/transport/utils/TextureMatrix.java (diff)
The file was modifiedcommon/buildcraft/transport/utils/WireMatrix.java (diff)
The file was modifiedcommon/buildcraft/core/BCRegistry.java (diff)
The file was modifiedcommon/buildcraft/transport/FacadePluggable.java (diff)
The file was modifiedcommon/buildcraft/transport/utils/BitSetCodec.java (diff)
The file was modifiedcommon/buildcraft/transport/pluggable/LensPluggable.java (diff)
The file was modifiedcommon/buildcraft/robotics/ai/AIRobotGotoBlock.java (diff)
The file was modifiedcommon/buildcraft/core/lib/commands/CommandHelpers.java (diff)
The file was modifiedcommon/buildcraft/core/lib/commands/IModCommand.java (diff)
The file was modifiedcommon/buildcraft/core/lib/commands/RootCommand.java (diff)
The file was modifiedcommon/buildcraft/core/lib/commands/SubCommand.java (diff)
Commit a24fa1c7ee32d0b2c10b9658a296e6cfd943c11a by asiekierka
improvements to robot breaking logic
(commit: a24fa1c)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/robotics/ai/AIRobotBreak.java (diff)
The file was modifiedcommon/buildcraft/robotics/EntityRobot.java (diff)
The file was modifiedcommon/buildcraft/core/lib/utils/BlockUtils.java (diff)
The file was modifiedcommon/buildcraft/robotics/EntityRobot.java (diff)
The file was modifiedcommon/buildcraft/robotics/ai/AIRobotGotoBlock.java (diff)
The file was modifiedcommon/buildcraft/core/lib/utils/BlockUtils.java (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)
The file was modifiedbuild.gradle (diff)
The file was addedbuildcraft_resources/changelog/7.1.13
The file was modifiedcommon/buildcraft/robotics/ai/AIRobotBreak.java (diff)
Commit 077f38ea1352ed90a57d0b3b0fa825ccfb0dbbf0 by iTitus
Fix #3120 The inventory trigger now takes the max stacksize of the
inventory into account.
(commit: 077f38e)
The file was modifiedcommon/buildcraft/core/statements/TriggerInventoryLevel.java (diff)
The file was modifiedcommon/buildcraft/robotics/EntityRobot.java (diff)
Commit 99ee6ab92701d7d26dc8ba6022795aed2eba6415 by terje.holene
Added IBlockDefaultTriggers.
Prevent DefaultTriggerProvider from adding triggers, but allow other
providers to add their own. This is a more friendly version of
IOverrideDefaultTriggers.
(commit: 99ee6ab)
The file was modifiedcommon/buildcraft/core/statements/DefaultTriggerProvider.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineIron.java (diff)
The file was modifiedcommon/buildcraft/energy/statements/EnergyStatementProvider.java (diff)
The file was addedapi/buildcraft/api/statements/IBlockDefaultTriggers.java
The file was modifiedapi/buildcraft/api/statements/StatementManager.java (diff)