Examples of RecipeLoader


Examples of org.spout.vanilla.data.resources.loader.RecipeLoader

    config = new VanillaConfiguration(getDataFolder());
    config.load();
    //Logger
    ((PluginLogger) getLogger()).setTag(ChatStyle.RESET + "[" + ChatStyle.GOLD + "Vanilla" + ChatStyle.RESET + "] ");
    //Spout.getFileSystem().registerLoader(new MapPaletteLoader());
    getEngine().getFileSystem().registerLoader(new RecipeLoader());

    VanillaMaterials.initialize();
    VanillaLighting.initialize();
    VanillaEnchantments.initialize();
    //MapPalette.DEFAULT = (MapPalette) Spout.getFileSystem().getResource("mappalette://Vanilla/map/mapColorPalette.dat");
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.