Package bunyan.blocks

Examples of bunyan.blocks.CustomWood


    BunyanBlock.widewood = new WideLog(widewoodID)
        .setBlockName("bunyan.widewood");

    final int plankID = Config.getOrCreateBlockIdProperty(
        "plank.id", 163);
    BunyanBlock.planks = new CustomWood(plankID)
        .setBlockName("bunyan.plank");

    final int turnableVanillaWoodID = Config
        .getOrCreateBlockIdProperty("vanilla.wood.alt.id", 164);
    BunyanBlock.turnableVanillaWood = new TurnableVanillaLog(
View Full Code Here

TOP

Related Classes of bunyan.blocks.CustomWood

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.