1 2 3 4 5 6 7 8 9 10
package reactor.items; public class NeutronReflector { public static String TYPE = "NeutronReflector"; public static String[] RESOURCE_NAME = { "T1NeutronReflector", "T2NeutronReflector" }; public static int[] DURABILITY = { 512000, 2147483647 }; }