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

17 lines
314 B
Java
Raw Normal View History

2012-08-29 22:02:30 +02:00
package ee3.common.lib;
2012-10-27 23:41:02 +02:00
/**
* 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)
*
*/
2012-08-29 22:02:30 +02:00
public class RenderIds {
public static int calcinatorRenderId;
}