Changes

Summary

  1. Removed isStackValidForSlot from TileBuildCraft and moved it to (commit: 47cbc9f) (details)
  2. Made the stirling engine accept only fuel-type items (commit: 2606aac) (details)
  3. Made Combustion engines only accept Liquid containers and Ice (commit: 3f7dc90) (details)
  4. Fixed combustion engines not dropping its inventory when broken (commit: 3d46070) (details)
Commit 47cbc9fab0b088d9335927ab710bcf790a97b6a1 by kraphteu
Removed isStackValidForSlot from TileBuildCraft and moved it to subclasses. Fixes #878
(commit: 47cbc9f)
The file was modifiedcommon/buildcraft/builders/TileArchitect.java (diff)
The file was modifiedcommon/buildcraft/factory/TileQuarry.java (diff)
The file was modifiedcommon/buildcraft/builders/TileFiller.java (diff)
The file was modifiedcommon/buildcraft/core/TileBuildCraft.java (diff)
The file was modifiedcommon/buildcraft/energy/Engine.java (diff)
The file was modifiedcommon/buildcraft/energy/TileEngine.java (diff)
The file was modifiedcommon/buildcraft/factory/TileRefinery.java (diff)
The file was modifiedcommon/buildcraft/builders/TileBlueprintLibrary.java (diff)
The file was modifiedcommon/buildcraft/builders/TileBuilder.java (diff)
Commit 2606aaccf9ccb757e237a9a6feecfb996904832e by kraphteu
Made the stirling engine accept only fuel-type items
(commit: 2606aac)
The file was modifiedcommon/buildcraft/energy/EngineStone.java (diff)
Commit 3f7dc90e04ecd8cb59451e746c6b3f775ed06206 by kraphteu
Made Combustion engines only accept Liquid containers and Ice
(commit: 3f7dc90)
The file was modifiedcommon/buildcraft/energy/EngineIron.java (diff)
Commit 3d460705ea399d09d9eaa6dd1324902f6a71a8bf by kraphteu
Fixed combustion engines not dropping its inventory when broken
(commit: 3d46070)
The file was modifiedcommon/buildcraft/energy/EngineIron.java (diff)