equivalent-exchange-3/ee3_common/ee3/common/lib/BlockIds.java
2012-09-10 22:07:59 -04:00

22 lines
487 B
Java

package ee3.common.lib;
/**
* BlockIds
*
* Library containing the default values for mod related Block ids
*
* @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 = 600;
public static int RED_WATER_STILL_DEFAULT = 500;
/* Current block ids */
public static int CALCINATOR;
public static int RED_WATER_STILL;
}