Package thaumic.tinkerer.common.block.tile.container.slot.kami

Examples of thaumic.tinkerer.common.block.tile.container.slot.kami.SlotSkyPearl


    super(playerInv);
    this.gate = gate;

    for (int y = 0; y < 2; y++)
      for (int x = 0; x < 5; x++)
        addSlotToContainer(new SlotSkyPearl(gate, y * 5 + x, 30 + x * 25, 27 + y * 25));

    initPlayerInv();
  }
 
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.common.block.tile.container.slot.kami.SlotSkyPearl

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.