Changes

Summary

  1. add event to detect and prevent the placement of robots (commit: 0c11181) (details)
  2. fix style (commit: 0ba4908) (details)
  3. Set toolClass of ItemWrench to "wrench" (commit: 1dfd547) (details)
Commit 0c11181e859d68abff962b5b9065129d4aeaa40c by aenterprise2
add event to detect and prevent the placement of robots
(commit: 0c11181)
The file was addedapi/buildcraft/api/events/RobotPlacementEvent.java
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedapi/buildcraft/api/events/RobotPlacementEvent.java (diff)
Commit 1dfd5479e59bc50b9ec7b13b32502bbcb700cc6d by t.tomkins
Set toolClass of ItemWrench to "wrench"

Allows other mods to use the BuildCraft wrench (for things other then rotation) without needing to know the itemstack or implementing the API.
(commit: 1dfd547)
The file was modifiedcommon/buildcraft/core/ItemWrench.java (diff)