Examples of ItemCustomSeed


Examples of extrabiomes.items.ItemCustomSeed

          crop_item);
    }
  }

  private static void createSeedItems() {
    ItemCustomSeed item = new ItemCustomSeed();
    Stuff.seed = Optional.of(item);
    GameRegistry.registerItem(item, "extrabiomes.seed", Reference.MOD_ID);

    for (ItemCustomSeed.SeedType type : ItemCustomSeed.SeedType.values()) {
      final Element seed_element;
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.