Package powercrystals.minefactoryreloaded.gui.slot

Examples of powercrystals.minefactoryreloaded.gui.slot.SlotPotionIngredient


  {
    for(int row = 0; row < 6; row++)
    {
      addSlotToContainer(new Slot(_te, row * 5, 8, 34 + row * 18));
      addSlotToContainer(new SlotFake(_te, row * 5 + 1, 44, 34 + row * 18));
      addSlotToContainer(new SlotPotionIngredient(_te, row * 5 + 2, 80, 34 + row * 18));
      addSlotToContainer(new SlotPotionIngredient(_te, row * 5 + 3, 98, 34 + row * 18));
      addSlotToContainer(new SlotPotionIngredient(_te, row * 5 + 4, 116, 34 + row * 18));
    }
    addSlotToContainer(new Slot(_te, 30, 8, 142));
  }
View Full Code Here

TOP

Related Classes of powercrystals.minefactoryreloaded.gui.slot.SlotPotionIngredient

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.