Package bunyan.blocks

Examples of bunyan.blocks.TurnableCustomLog


        turnableVanillaWoodID)
        .setBlockName("bunyan.vanilla.wood");

    final int turnableWoodID = Config.getOrCreateBlockIdProperty(
        "turnable.wood.alt.id", 165);
    BunyanBlock.turnableCustomWood = new TurnableCustomLog(
        turnableWoodID).setBlockName("bunyan.wood.alt");

    final int widewoodBarkTopID = Config
        .getOrCreateBlockIdProperty("widewood.alt0.id", 166);
    BunyanBlock.widewoodBarkTop = new WideLogBarkOnTop(
View Full Code Here

TOP

Related Classes of bunyan.blocks.TurnableCustomLog

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.