17 lines
389 B
Java
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;
|
|
}
|