Package forestry.apiculture.gadgets

Examples of forestry.apiculture.gadgets.BlockAlveary


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

    // Alveary and Components
    ForestryBlock.alveary.registerBlock(new BlockAlveary(), ItemAlvearyBlock.class, "alveary");
    ForestryBlock.alveary.block().setHarvestLevel("axe", 0);

    // Add triggers
    triggerNoFrames = new TriggerNoFrames();
View Full Code Here

TOP

Related Classes of forestry.apiculture.gadgets.BlockAlveary

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.