Package bunyan.blocks

Examples of bunyan.blocks.WideLogBarkOnTop


    BunyanBlock.turnableCustomWood = new TurnableCustomLog(
        turnableWoodID).setBlockName("bunyan.wood.alt");

    final int widewoodBarkTopID = Config
        .getOrCreateBlockIdProperty("widewood.alt0.id", 166);
    BunyanBlock.widewoodBarkTop = new WideLogBarkOnTop(
        widewoodBarkTopID).setBlockName("bunyan.widewood.alt0");

    final int widewoodBarkBottomID = Config
        .getOrCreateBlockIdProperty("widewood.alt1.id", 167);
    BunyanBlock.widewoodBarkBottom = new WideLogBarkOnBottom(
View Full Code Here

TOP

Related Classes of bunyan.blocks.WideLogBarkOnTop

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.