equivalent-exchange-3/common/com/pahimar/ee3/lib/BlockIds.java
2013-08-23 10:59:50 -04:00

28 lines
711 B
Java

package com.pahimar.ee3.lib;
/**
* Equivalent-Exchange-3
*
* BlockIds
*
* @author pahimar
* @license Lesser GNU Public License v3 (http://www.gnu.org/licenses/lgpl.html)
*
*/
public class BlockIds {
/* Default block ids */
public static int CALCINATOR_DEFAULT = 2451;
public static int RED_WATER_STILL_DEFAULT = 2453;
public static int ALUDEL_BASE_DEFAULT = 2454;
public static int ALCHEMICAL_CHEST_DEFAULT = 2455;
public static int GLASS_BELL_DEFAULT = 2456;
/* Current block ids */
public static int CALCINATOR;
public static int ALUDEL_BASE;
public static int ALCHEMICAL_CHEST;
public static int RED_WATER_STILL;
public static int GLASS_BELL;
}