Package bunyan.blocks

Examples of bunyan.blocks.TurnableVanillaLog


    BunyanBlock.planks = new CustomWood(plankID)
        .setBlockName("bunyan.plank");

    final int turnableVanillaWoodID = Config
        .getOrCreateBlockIdProperty("vanilla.wood.alt.id", 164);
    BunyanBlock.turnableVanillaWood = new TurnableVanillaLog(
        turnableVanillaWoodID)
        .setBlockName("bunyan.vanilla.wood");

    final int turnableWoodID = Config.getOrCreateBlockIdProperty(
        "turnable.wood.alt.id", 165);
View Full Code Here

TOP

Related Classes of bunyan.blocks.TurnableVanillaLog

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.