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

Examples of vazkii.botania.common.block.decor.stairs.bricks.BlockCustomBrickStairs


    prismarineBrickSlabFull = new BlockPrismarineBrickSlab(true);
    darkPrismarineStairs = new BlockDarkPrismarineStairs();
    darkPrismarineSlab = new BlockDarkPrismarineSlab(false);
    darkPrismarineSlabFull = new BlockDarkPrismarineSlab(true);

    netherBrickStairs = new BlockCustomBrickStairs();
    netherBrickSlab = new BlockCustomBrickSlab(false);
    netherBrickSlabFull = new BlockCustomBrickSlab(true);
    soulBrickStairs = new BlockSoulBrickStairs();
    soulBrickSlab = new BlockSoulBrickSlab(false);
    soulBrickSlabFull = new BlockSoulBrickSlab(true);
View Full Code Here

TOP

Related Classes of vazkii.botania.common.block.decor.stairs.bricks.BlockCustomBrickStairs

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.