Package forestry.core.genetics

Examples of forestry.core.genetics.FruitFamily


    IClassification tropical = new BranchTrees("Tropical", "");

    IClassification carica = new BranchTrees("carica", "Carica");

    IFruitFamily prunes = new FruitFamily("prunes", "Prunus domestica");
    IFruitFamily pomes = new FruitFamily("pomes", "Pomum");
    IFruitFamily jungle = new FruitFamily("jungle", "Tropicus");
    IFruitFamily nux = new FruitFamily("nuts", "Nux");

    // Deciduous
    Allele.treeOak = new AlleleTreeSpecies("treeOak", false, "appleOak", quercus, "robur",
        proxy.getFoliageColorBasic(), WorldGenOak.class, new ItemStack(Blocks.log, 1, 0)).addFruitFamily(pomes)
        .setVanillaMap(0);
View Full Code Here

TOP

Related Classes of forestry.core.genetics.FruitFamily

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.