Package appeng.recipes.loader

Examples of appeng.recipes.loader.JarLoader


    ItemMultiMaterial.instance.makeUnique();

    if ( AEConfig.instance.isFeatureEnabled( AEFeature.CustomRecipes ) )
      recipeHandler.parseRecipes( new ConfigLoader( AppEng.instance.getConfigPath() ), "index.recipe" );
    else
      recipeHandler.parseRecipes( new JarLoader( "/assets/appliedenergistics2/recipes/" ), "index.recipe" );

    IPartHelper ph = AEApi.instance().partHelper();
    ph.registerNewLayer( "appeng.parts.layers.LayerISidedInventory", "net.minecraft.inventory.ISidedInventory" );
    ph.registerNewLayer( "appeng.parts.layers.LayerIFluidHandler", "net.minecraftforge.fluids.IFluidHandler" );
    ph.registerNewLayer( "appeng.parts.layers.LayerITileStorageMonitorable", "appeng.api.implementations.tiles.ITileStorageMonitorable" );
View Full Code Here

TOP

Related Classes of appeng.recipes.loader.JarLoader

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.