2012-12-17 21:21:53 +01:00
|
|
|
package com.pahimar.ee3.lib;
|
2012-09-09 06:21:44 +02:00
|
|
|
|
2012-10-27 23:41:02 +02:00
|
|
|
/**
|
|
|
|
* GuiIds
|
|
|
|
*
|
|
|
|
* Library containing the various ids for different Guis in the mod
|
|
|
|
*
|
|
|
|
* @author pahimar
|
|
|
|
* @license Lesser GNU Public License v3 (http://www.gnu.org/licenses/lgpl.html)
|
|
|
|
*
|
|
|
|
*/
|
2012-09-09 06:21:44 +02:00
|
|
|
public class GuiIds {
|
|
|
|
|
|
|
|
public static final int PORTABLE_CRAFTING = 1;
|
2012-09-17 05:04:14 +02:00
|
|
|
public static final int CALCINATOR = 2;
|
2012-12-19 19:09:56 +01:00
|
|
|
|
2012-09-09 06:21:44 +02:00
|
|
|
}
|