Package appeng.recipes.game

Examples of appeng.recipes.game.ShapedRecipe


    ItemStack outIS = output.getItemStack();

    try
    {
      GameRegistry.addRecipe( new ShapedRecipe( outIS, args.toArray( new Object[args.size()] ) ) );
    }
    catch (Throwable e)
    {
      AELog.error( e );
      throw new RegistrationError( "Error while adding shaped recipe." );
View Full Code Here

TOP

Related Classes of appeng.recipes.game.ShapedRecipe

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.