aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/reactor/items/NeutronReflector.java
blob: 773f34ee4912fe937e1ef48d0cd612425ae127e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package reactor.items;

public class NeutronReflector {
	
	public static String TYPE = "NeutronReflector";
	
	public static String[] RESOURCE_NAME = {
			"T1NeutronReflector", "T2NeutronReflector"
	};
	
	public static int[] DURABILITY = {
			512000, 2147483647
	};
	
}