Package vazkii.botania.common.block.decor.stairs

Examples of vazkii.botania.common.block.decor.stairs.BlockThatchStairs


    dreamwoodPlankSlabFull = new BlockDreamwoodPlankSlab(true);

    reedStairs = new BlockReedStairs();
    reedSlab = new BlockReedSlab(false);
    reedSlabFull = new BlockReedSlab(true);
    thatchStairs = new BlockThatchStairs();
    thatchSlab = new BlockThatchSlab(false);
    thatchSlabFull = new BlockThatchSlab(true);

    prismarineStairs = new BlockPrismarineStairs();
    prismarineSlab = new BlockPrismarineSlab(false);
View Full Code Here

TOP

Related Classes of vazkii.botania.common.block.decor.stairs.BlockThatchStairs

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.