Changes

Summary

  1. make blockTank extend BlockBuildcraft (commit: e28a74b) (details)
  2. fix mining well not calling super when placed down (commit: 7809187) (details)
  3. make refinery extend BlockBuildcraft (commit: d3d6f88) (details)
  4. somehow the old import didn't get removed (commit: 21a5f00) (details)
  5. filtered buffer wasn't sending blockInteraction event (commit: cdc7ea0) (details)
  6. make it possible to differenciate between the lasertables and engines (commit: b01533e) (details)
  7. detect interaction with pipes (for gates, plugs and robot stations) (commit: fb706ae) (details)
  8. also need coordinates for the pipe placement location (commit: 9330dd1) (details)
  9. make markers and builder send BC block placement events (commit: daff831) (details)
  10. fix style and coppyright notices (commit: 6ee4b2d) (details)
  11. fix robot event (commit: 84c6b57) (details)
Commit e28a74b7715d304a67f4841ba5be581b43750ec7 by aenterprise2
make blockTank extend BlockBuildcraft
(commit: e28a74b)
The file was modifiedcommon/buildcraft/factory/BlockTank.java (diff)
Commit 78091876ade1bb55b721e081bf2d05f2c6d676f0 by aenterprise2
fix mining well not calling super when placed down
(commit: 7809187)
The file was modifiedcommon/buildcraft/factory/BlockMiningWell.java (diff)
Commit d3d6f88a1c34dd699fa91d56ed36207c0121c6cf by aenterprise2
make refinery extend BlockBuildcraft
(commit: d3d6f88)
The file was modifiedcommon/buildcraft/factory/BlockRefinery.java (diff)
Commit 21a5f001995806bfb725dfd72e8ad64e0612fbd3 by aenterprise2
somehow the old import didn't get removed
(commit: 21a5f00)
The file was modifiedcommon/buildcraft/factory/BlockRefinery.java (diff)
Commit cdc7ea054b16ea5628be542dc8896b4abbefe080 by aenterprise2
filtered buffer wasn't sending blockInteraction event
(commit: cdc7ea0)
The file was modifiedcommon/buildcraft/transport/BlockFilteredBuffer.java (diff)
Commit b01533e1d5d03575592e1fa7b6e252682f00ab8d by aenterprise2
make it possible to differenciate between the lasertables and engines
(commit: b01533e)
The file was modifiedapi/buildcraft/api/events/BlockPlacedDownEvent.java (diff)
The file was modifiedcommon/buildcraft/core/BlockBuildCraft.java (diff)
The file was modifiedcommon/buildcraft/energy/BlockEngine.java (diff)
The file was modifiedapi/buildcraft/api/events/BlockInteractionEvent.java (diff)
The file was modifiedcommon/buildcraft/silicon/BlockLaserTable.java (diff)
Commit fb706ae1ab084314ca33644eebcf56809d826b01 by aenterprise2
detect interaction with pipes (for gates, plugs and robot stations)
(commit: fb706ae)
The file was addedapi/buildcraft/api/events/RobotPlacementEvent.java
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/core/BlockBuildCraft.java (diff)
The file was modifiedapi/buildcraft/api/events/BlockPlacedDownEvent.java (diff)
Commit 9330dd18d954de86e70648ac62ecaf894e8de0ca by aenterprise2
also need coordinates for the pipe placement location
(commit: 9330dd1)
The file was modifiedapi/buildcraft/api/events/PipePlacedEvent.java (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/builders/BlockFiller.java (diff)
Commit daff831569220885dc61097feb2cdc0e8878fe4d by aenterprise2
make markers and builder send BC block placement events
(commit: daff831)
The file was modifiedcommon/buildcraft/builders/BlockBuilder.java (diff)
The file was modifiedcommon/buildcraft/builders/BlockMarker.java (diff)
Commit 6ee4b2de2eb0620e82eab3ed3fa50f295eb7c0ba by aenterprise2
fix style and coppyright notices
(commit: 6ee4b2d)
The file was modifiedapi/buildcraft/api/events/RobotPlacementEvent.java (diff)
The file was modifiedcommon/buildcraft/builders/BlockBuilder.java (diff)
The file was modifiedapi/buildcraft/api/events/BlockInteractionEvent.java (diff)
The file was modifiedapi/buildcraft/api/events/BlockPlacedDownEvent.java (diff)
The file was modifiedapi/buildcraft/api/events/PipePlacedEvent.java (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)