buildcraft/common/buildcraft
CovertJaguar f1fcd6a0db Added RC's Phantom Slot System
And replaced BC's Advanced Slot System in Advanced Crafting Tables,
Emerald Pipes and Diamond Pipes.

The advantages of the Phantom Slot System is that it uses the same
Mojang code for net sync that normal Slots do. This results in much
simpler code and the slots can be treated just like any other inventory
slot instead of all the special case code that Advanced Slot does.

The Advanced Slot System is still used in several places (Assembly
Tables, Refineries, etc...), Gates but in these cases the Slot often
contains non-ItemStacks. So I'm not going to touch them for the moment.

Additionally, I cleaned up the names of some of the classes in the
Silicon package.
2013-05-27 14:19:51 -07:00
..
api
builders Removed isStackValidForSlot from TileBuildCraft and moved it to subclasses. Fixes #878 2013-05-25 08:52:07 +02:00
core Added RC's Phantom Slot System 2013-05-27 14:19:51 -07:00
energy Fixed combustion engines not dropping its inventory when broken 2013-05-25 10:15:44 +02:00
factory Removed isStackValidForSlot from TileBuildCraft and moved it to subclasses. Fixes #878 2013-05-25 08:52:07 +02:00
silicon Added RC's Phantom Slot System 2013-05-27 14:19:51 -07:00
transport Added RC's Phantom Slot System 2013-05-27 14:19:51 -07:00
BuildCraftBuilders.java Disable crafting recipe for the builder. 2013-05-18 16:15:56 +02:00
BuildCraftCore.java
BuildCraftEnergy.java Merged Oil into Master 2013-05-19 02:54:31 -07:00
BuildCraftFactory.java Added pumping.controlList option. 2013-05-17 10:48:55 +12:00
BuildCraftSilicon.java Added RC's Phantom Slot System 2013-05-27 14:19:51 -07:00
BuildCraftTransport.java Added recipe for plug 2013-05-07 19:09:22 +02:00