Examples of CatTailGenerator


Examples of extrabiomes.module.summa.worldgen.CatTailGenerator

    proxy.registerBlock(block, extrabiomes.items.ItemCatTail.class, "plants4");
    proxy.registerOre("reedTypha", block);

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

    proxy.registerWorldGenerator(new CatTailGenerator(block));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.