Package appeng.api.definitions

Examples of appeng.api.definitions.Items


    RecipeSorter.register( "AE2-Shaped", ShapedRecipe.class, Category.SHAPED, "" );
    RecipeSorter.register( "AE2-Shapeless", ShapelessRecipe.class, Category.SHAPELESS, "" );

    MinecraftForge.EVENT_BUS.register( OreDictionaryHandler.instance );

    Items items = appeng.core.Api.instance.items();
    Materials materials = appeng.core.Api.instance.materials();
    Parts parts = appeng.core.Api.instance.parts();
    Blocks blocks = appeng.core.Api.instance.blocks();

    AEItemDefinition materialItem = addFeature( ItemMultiMaterial.class );
View Full Code Here

TOP

Related Classes of appeng.api.definitions.Items

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.