Package extrabiomes.items

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

Related Classes of extrabiomes.items.ItemCustomSeed

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.