Package forestry.core.genetics

Examples of forestry.core.genetics.AlleleRegistry.initialize()


    circuitRegistry.initialize();

    AlleleRegistry alleleRegistry = new AlleleRegistry();
    AlleleManager.alleleRegistry = alleleRegistry;
    AlleleManager.climateHelper = new ClimateHelper();
    alleleRegistry.initialize();

    Allele.initialize();

    ForestryBlock.core.registerBlock(new BlockBase(Material.iron, true), ItemForestryBlock.class, "core");
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.