equivalent-exchange-3/ee3_common/com/pahimar/ee3/lib/BlockIds.java

22 lines
490 B
Java

package com.pahimar.ee3.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 = 2451;
public static int RED_WATER_STILL_DEFAULT = 2453;
/* Current block ids */
public static int CALCINATOR;
public static int RED_WATER_STILL;
}