1 2 3 4 5 6 7 8 9 10
package reactor.items; public class CoolantCell { public static String TYPE = "CoolantCell"; public static String[] RESOURCE_NAME = {"HeliumCoolantCell360k", "NaKCoolantCell360k"}; public static int[] HEAT_CAPACITY = {360000, 360000}; }