Changes

Summary

  1. fixed spelling mistake (commit: 9dec031) (details)
  2. Remove unnecessary extends for ISidedBatteryProvider interface (commit: 3d12002) (details)
  3. Fix drain method causing dupe glitches... (commit: 08edcf1) (details)
  4. fixed handling of unbreakable blocks, #1789 (commit: 68205d0) (details)
  5. added protection against exceptions, for #1786 (commit: 92adc79) (details)
  6. now uses Forge fake player, close #1786 (commit: 424a976) (details)
  7. Fixed residual liquid in pumps, close #1790 (commit: 7f6a0fe) (details)
  8. Fixed minor schematic registration. (commit: 02f7daf) (details)
  9. updated Forge requirement (commit: 61cc4d5) (details)
  10. fixed previous check-in (commit: fd6d982) (details)
  11. fixed style errors (commit: bd846a5) (details)
  12. prepare 6.0.13 release (commit: 2fddee9) (details)
The file was modifiedbuildcraft_resources/changelog/6.0.12 (diff)
Commit 3d120025e1123051405db13f19b4f723803541d0 by prototypegamez
Remove unnecessary extends for ISidedBatteryProvider interface
(commit: 3d12002)
The file was modifiedapi/buildcraft/api/mj/ISidedBatteryProvider.java (diff)
The file was modifiedapi/buildcraft/api/mj/MjAPI.java (diff)
Commit 08edcf1759c884cb95b66c53427bbd4b3f3d9751 by leon.loeser
Fix drain method causing dupe glitches...

...if using them mixed

Before the one accepting a FluidStack always returned null if the targeted tank was empty, but the one under it wasnt, the one w/ int doesnt have the problem.
(commit: 08edcf1)
The file was modifiedcommon/buildcraft/factory/TileTank.java (diff)
Commit 68205d0ca28697bfd9c89e2883eca3dcb7112ffe by SpaceToad
fixed handling of unbreakable blocks, #1789
(commit: 68205d0)
The file was modifiedcommon/buildcraft/core/blueprints/BptBuilderTemplate.java (diff)
The file was modifiedcommon/buildcraft/core/blueprints/BptBuilderBlueprint.java (diff)
Commit 92adc79f21c06d1e4f4d4ce07057b151d8233721 by SpaceToad
added protection against exceptions, for #1786
(commit: 92adc79)
The file was modifiedcommon/buildcraft/BuildCraftMod.java (diff)
The file was modifiedcommon/buildcraft/core/utils/BlockUtil.java (diff)
The file was modifiedapi/buildcraft/api/blueprints/SchematicMask.java (diff)
The file was modifiedcommon/buildcraft/factory/TileAutoWorkbench.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/core/robots/EntityRobotBuilder.java (diff)
The file was modifiedcommon/buildcraft/transport/pipes/PipeItemsStripes.java (diff)
The file was modifiedcommon/buildcraft/core/proxy/CoreProxy.java (diff)
The file was modifiedcommon/buildcraft/factory/TileQuarry.java (diff)
The file was modifiedcommon/buildcraft/core/proxy/CoreProxyClient.java (diff)
The file was modifiedcommon/buildcraft/factory/TileMiningWell.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAdvancedCraftingTable.java (diff)
The file was modifiedapi/buildcraft/api/core/ICoreProxy.java (diff)
Commit 7f6a0fec90ded7aa54f7e03f8f9f59c8620ac003 by SpaceToad
Fixed residual liquid in pumps, close #1790
Fixed residual liquid in refineries, close #1791
(commit: 7f6a0fe)
The file was addedcommon/buildcraft/factory/schematics/SchematicRefinery.java
The file was removedcommon/buildcraft/factory/SchematicTank.java
The file was removedcommon/buildcraft/factory/SchematicRefinery.java
The file was addedcommon/buildcraft/factory/schematics/SchematicPump.java
The file was modifiedcommon/buildcraft/BuildCraftFactory.java (diff)
The file was addedcommon/buildcraft/factory/schematics/SchematicTank.java
Commit 02f7daf9a088f77d6f98c1152bc593384751e258 by SpaceToad
Fixed minor schematic registration.
Enabled additional standalone schematics.
Close #1794.
(commit: 02f7daf)
The file was modifiedcommon/buildcraft/BuildCraftFactory.java (diff)
The file was addedcommon/buildcraft/builders/schematics/SchematicStandalone.java
The file was addedcommon/buildcraft/builders/schematics/SchematicGlassPane.java
The file was modifiedapi/buildcraft/api/blueprints/SchematicRegistry.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftBuilders.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftCore.java (diff)
The file was modifiedcommon/buildcraft/silicon/TileAdvancedCraftingTable.java (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedbuildcraft_resources/versions.txt (diff)
The file was addedbuildcraft_resources/changelog/6.0.13