Package forestry.core.genetics

Examples of forestry.core.genetics.ItemResearchNote$ResearchNote


    // / GEMS
    ForestryItem.apatite.registerItem((new ItemForestry()), "apatite");
    OreDictionary.registerOre("gemApatite", ForestryItem.apatite.getItemStack());

    ForestryItem.researchNote.registerItem(new ItemResearchNote(), "researchNote");

    // / INGOTS
    ForestryItem.ingotCopper.registerItem(new ItemForestry(), "ingotCopper");
    ForestryItem.ingotTin.registerItem(new ItemForestry(), "ingotTin");
    ForestryItem.ingotBronze.registerItem(new ItemForestry(), "ingotBronze");
View Full Code Here

TOP

Related Classes of forestry.core.genetics.ItemResearchNote$ResearchNote

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.