Examples of GateLogicSwapRecipe


Examples of buildcraft.transport.recipes.GateLogicSwapRecipe

      addGateRecipe("Emerald", 1200000, GateMaterial.EMERALD, Chipset.EMERALD, PipeWire.RED, PipeWire.BLUE,
          PipeWire.GREEN, PipeWire.YELLOW);


      // REVERSAL RECIPE
      BuildcraftRecipeRegistry.integrationTable.addRecipe(new GateLogicSwapRecipe("buildcraft:gateSwap"));

      // EXPANSIONS
      BuildcraftRecipeRegistry.integrationTable.addRecipe(new GateExpansionRecipe("buildcraft:expansionPulsar",
          GateExpansionPulsar.INSTANCE, Chipset.PULSATING.getStack()));
      BuildcraftRecipeRegistry.integrationTable.addRecipe(new GateExpansionRecipe("buildcraft:expansionQuartz",
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.