Package appeng.recipes.game

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

Related Classes of appeng.recipes.game.DisassembleRecipe

Copyright © 2018 www.massapicom. 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.