2012-12-17 21:21:53 +01:00
|
|
|
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 {
|
2012-12-19 19:09:56 +01:00
|
|
|
|
|
|
|
public static int calcinatorRenderId;
|
2012-12-17 21:21:53 +01:00
|
|
|
|
|
|
|
}
|