Package extrabiomes.items

Examples of extrabiomes.items.ItemCustomFood


  }
 
  private static void createFoods() {
    if(!ItemSettings.FOOD.getEnabled()) return;
   
    final ItemCustomFood food = new ItemCustomFood();
    Stuff.food = Optional.of(food);
    GameRegistry.registerItem(food, "extrabiomes.food", Reference.MOD_ID);
  }
View Full Code Here

TOP

Related Classes of extrabiomes.items.ItemCustomFood

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.