Changes

Summary

  1. Added nether wart support for harvesting (commit: c32de47) (details)
  2. Fixed imports automatically switched to a * import in violation of the (commit: 25d8785) (details)
  3. Fix style issues from other commits (commit: 5c82830) (details)
  4. fix #3174 (commit: 0991747) (details)
  5. fix #3157, fix #3166 (commit: cd9e274) (details)
  6. fix #3168 (commit: 6f7a665) (details)
  7. Do a bunch of stuff, mostly related to capabilities (commit: 4c861fe) (details)
Commit c32de47be3f3a7fdf05fd079aa64a344a87f589e by smbarbour
Added nether wart support for harvesting
(commit: c32de47)
The file was modifiedcommon/buildcraft/core/crops/CropHandlerPlantable.java (diff)
Commit 25d8785e88bd6cb88d098e84373cfc1acc84c55b by smbarbour
Fixed imports automatically switched to a * import in violation of the
checkstyle.
(commit: 25d8785)
The file was modifiedcommon/buildcraft/core/crops/CropHandlerPlantable.java (diff)
Commit 5c828301bc626c7aaf1e8917c9d48ae973108a4f by smbarbour
Fix style issues from other commits
(commit: 5c82830)
The file was modifiedcommon/buildcraft/transport/render/PipeTransportFluidsRenderer.java (diff)
The file was modifiedcommon/buildcraft/factory/render/RenderTank.java (diff)
The file was modifiedcommon/buildcraft/factory/TileTank.java (diff)
The file was modifiedcommon/buildcraft/core/builders/BuildingItem.java (diff)
The file was modifiedcommon/buildcraft/transport/ItemPipeWire.java (diff)
Commit 4c861fed1a13e56331ed44c47485095c76bdd60c by AlexIIL
Do a bunch of stuff, mostly related to capabilities
(commit: 4c861fe)
The file was modifiedcommon/buildcraft/core/statements/StatementParameterItemStackExact.java (diff)
The file was modifiedcommon/buildcraft/core/statements/StatementParameterDirection.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/transport/PipeEventBus.java (diff)
The file was addedcommon/buildcraft/core/lib/engines/TileEngineWithInventory.java.forward
The file was addedcommon/buildcraft/core/lib/inventory/IItemHandlerDelegate.java
The file was addedcommon/buildcraft/core/lib/inventory/ItemHandlerDelegate.java
The file was modifiedbuild.gradle (diff)
The file was modifiedcommon/buildcraft/energy/TileEngineIron.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftTransport.java (diff)