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

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


    brewery = new BlockBrewery();
    manaGlass = new BlockManaGlass();
    terraPlate = new BlockTerraPlate();
   
    livingwoodStairs = new BlockLivingwoodStairs();
    livingwoodSlab = new BlockLivingwoodSlab(false);
    livingwoodSlabFull = new BlockLivingwoodSlab(true);
    livingwoodPlankStairs = new BlockLivingwoodPlankStairs();
    livingwoodPlankSlab = new BlockLivingwoodPlankSlab(false);
    livingwoodPlankSlabFull = new BlockLivingwoodPlankSlab(true);
    livingrockStairs = new BlockLivingrockStairs();
    livingrockSlab = new BlockLivingrockSlab(false);
View Full Code Here

TOP

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

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.