1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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 }; }