equivalent-exchange-3/ee3_common/com/pahimar/ee3/lib/RenderIds.java
2013-02-18 20:13:24 -05:00

17 lines
389 B
Java

package com.pahimar.ee3.lib;
/**
* RenderIds
*
* Library containing the various ids for different renders in the mod
*
* @author pahimar
* @license Lesser GNU Public License v3 (http://www.gnu.org/licenses/lgpl.html)
*
*/
public class RenderIds {
public static int calcinatorRenderId;
public static int aludelRenderId;
public static int alchemicalChestRenderId;
}