equivalent-exchange-3/ee3_common/ee3/common/lib/ItemIds.java

19 lines
339 B
Java
Raw Normal View History

package ee3.common.lib;
/**
* ItemIds
*
* Library containing the default values for mod related Item ids
*
* @author pahimar
* @license Lesser GNU Public License v3 (http://www.gnu.org/licenses/lgpl.html)
*
*/
public class ItemIds {
public static int MINIUM_SHARD;
public static int MINIUM_STONE;
public static int PHIL_STONE;
}