buildcraft/common/buildcraft
CovertJaguar 7ee74d56a1 First Iteration of Gate Rewrite
GateKind enum is gone, replaced with two enums: GateMaterial and
GateLogic.

Pulsars and Timers are abstracted into GateExpansions that can be
applied to "upgrade" a gate. (Incomplete)

GateExpansions will eventually be moved to the API so that other can
define new expansions easily.

GateExpansions are not currently serialized or synced to the client.
This remains to be done.

Legacy migration support is included, but untested.

Currently only the base logic texture layer (white/black) are being
rendered. Eventually the material and expansions will each render an
additional texture layer onto the gate.
2013-12-05 13:38:00 -08:00
..
api Random Pipe API musings 2013-12-01 22:15:03 -08:00
builders First Iteration of Gate Rewrite 2013-12-05 13:38:00 -08:00
core First Iteration of Gate Rewrite 2013-12-05 13:38:00 -08:00
energy First Iteration of Gate Rewrite 2013-12-05 13:38:00 -08:00
factory First Iteration of Gate Rewrite 2013-12-05 13:38:00 -08:00
silicon First Iteration of Gate Rewrite 2013-12-05 13:38:00 -08:00
transport First Iteration of Gate Rewrite 2013-12-05 13:38:00 -08:00
BuildCraftBuilders.java
BuildCraftCore.java Allow water springs to be disable independently of everything else 2013-12-05 09:56:03 -08:00
BuildCraftEnergy.java First Iteration of Gate Rewrite 2013-12-05 13:38:00 -08:00
BuildCraftFactory.java
BuildCraftSilicon.java First Iteration of Gate Rewrite 2013-12-05 13:38:00 -08:00
BuildCraftTransport.java First Iteration of Gate Rewrite 2013-12-05 13:38:00 -08:00