2013-08-23 16:59:50 +02:00
|
|
|
package com.pahimar.ee3.lib;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Equivalent-Exchange-3
|
2013-12-16 02:26:42 +01:00
|
|
|
* <p/>
|
2013-08-23 16:59:50 +02:00
|
|
|
* GuiIds
|
2013-12-16 02:26:42 +01:00
|
|
|
*
|
2013-08-23 16:59:50 +02:00
|
|
|
* @author pahimar
|
|
|
|
*/
|
2013-12-16 02:26:42 +01:00
|
|
|
public class GuiIds
|
|
|
|
{
|
2013-08-23 16:59:50 +02:00
|
|
|
public static final int PORTABLE_CRAFTING = 0;
|
2014-01-05 05:02:06 +01:00
|
|
|
public static final int CALCINATOR = 1;
|
|
|
|
public static final int ALUDEL = 2;
|
|
|
|
public static final int ALCHEMICAL_CHEST_SMALL = 3;
|
|
|
|
public static final int ALCHEMICAL_CHEST_MEDIUM = 4;
|
|
|
|
public static final int ALCHEMICAL_CHEST_LARGE = 5;
|
|
|
|
public static final int ALCHEMICAL_BAG = 6;
|
2013-08-23 16:59:50 +02:00
|
|
|
public static final int GLASS_BELL = 7;
|
|
|
|
}
|