Package forestry.apiculture.genetics

Examples of forestry.apiculture.genetics.BeeHelper


    ForestryBlock.beehives.block().setHarvestLevel("scoop", 0, 8);

    createHives();

    // Init bee interface
    AlleleManager.alleleRegistry.registerSpeciesRoot(PluginApiculture.beeInterface = new BeeHelper());
    BeeManager.villageBees = new ArrayList[]{new ArrayList<IBeeGenome>(), new ArrayList<IBeeGenome>()};

    // Candles
    ForestryBlock.candle.registerBlock(new BlockCandle(), ItemCandleBlock.class, "candle");
    ForestryBlock.stump.registerBlock(new BlockStump(), ItemForestryBlock.class, "stump");
View Full Code Here

TOP

Related Classes of forestry.apiculture.genetics.BeeHelper

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.