Package extrabiomes.renderers

Examples of extrabiomes.renderers.RenderMiniLog


    Element.LOG_SAKURA_BLOSSOM.set(new ItemStack(block, 1, BlockMiniLog.BlockType.SAKURA_BLOSSOM.metadata()));

    ForestryModHelper.addToForesterBackpack(new ItemStack(block, 1, Short.MAX_VALUE));

    BlockMiniLog.setRenderId(Extrabiomes.proxy.registerBlockHandler(new RenderMiniLog()));
  }
View Full Code Here

TOP

Related Classes of extrabiomes.renderers.RenderMiniLog

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.