Package extrabiomes.module.summa.worldgen

Examples of extrabiomes.module.summa.worldgen.LeafPileGenerator


    proxy.registerBlock(block, "leaf_pile");
    Blocks.fire.setFireInfo(block, 30, 60);

    Element.LEAFPILE.set(new ItemStack(block));

    proxy.registerWorldGenerator(new LeafPileGenerator(block));
  }
View Full Code Here

TOP

Related Classes of extrabiomes.module.summa.worldgen.LeafPileGenerator

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.