Examples of DisassembleRecipe


Examples of appeng.recipes.game.DisassembleRecipe

    recipeHandler.injectRecipes();

    PlayerStatsRegistration.instance.init();

    if ( AEConfig.instance.isFeatureEnabled( AEFeature.enableDisassemblyCrafting ) )
      CraftingManager.getInstance().getRecipeList().add( new DisassembleRecipe() );

    if ( AEConfig.instance.isFeatureEnabled( AEFeature.enableFacadeCrafting ) )
      CraftingManager.getInstance().getRecipeList().add( new FacadeRecipe() );
  }
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.