2012-12-17 21:21:53 +01:00
|
|
|
package com.pahimar.ee3.lib;
|
|
|
|
|
|
|
|
/**
|
2013-03-08 19:40:59 +01:00
|
|
|
* Equivalent-Exchange-3
|
2012-12-17 21:21:53 +01:00
|
|
|
*
|
2013-03-08 19:40:59 +01:00
|
|
|
* RenderIds
|
2012-12-17 21:21:53 +01:00
|
|
|
*
|
|
|
|
* @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;
|
2013-02-18 03:30:11 +01:00
|
|
|
public static int aludelRenderId;
|
2013-02-19 02:13:24 +01:00
|
|
|
public static int alchemicalChestRenderId;
|
2012-12-17 21:21:53 +01:00
|
|
|
}
|