Package baubles.common.items

Examples of baubles.common.items.ItemRing


  public static void initialize(File file)
    {
    config = new Configuration(file);
        config.load();
       
        itemRing =(new ItemRing()).setUnlocalizedName("Ring");
    GameRegistry.registerItem(itemRing, "Ring", Baubles.MODID);       
       
        //save it
    config.save();
    }
View Full Code Here

TOP

Related Classes of baubles.common.items.ItemRing

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.