Package vazkii.botania.common.block.decor.slabs.living

Examples of vazkii.botania.common.block.decor.slabs.living.BlockLivingrockBrickSlab


    livingwoodPlankSlabFull = new BlockLivingwoodPlankSlab(true);
    livingrockStairs = new BlockLivingrockStairs();
    livingrockSlab = new BlockLivingrockSlab(false);
    livingrockSlabFull = new BlockLivingrockSlab(true);
    livingrockBrickStairs = new BlockLivingrockBrickStairs();
    livingrockBrickSlab = new BlockLivingrockBrickSlab(false);
    livingrockBrickSlabFull = new BlockLivingrockBrickSlab(true);
    dreamwoodStairs = new BlockDreamwoodStairs();
    dreamwoodSlab = new BlockDreamwoodSlab(false);
    dreamwoodSlabFull = new BlockDreamwoodSlab(true);
    dreamwoodPlankStairs = new BlockDreamwoodPlankStairs();
    dreamwoodPlankSlab = new BlockDreamwoodPlankSlab(false);
View Full Code Here

TOP

Related Classes of vazkii.botania.common.block.decor.slabs.living.BlockLivingrockBrickSlab

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.