ActuallyAdditions/src/main/java/ellpeck/someprettytechystuff/items/InitItems.java

9 lines
111 B
Java
Raw Normal View History

2015-01-05 22:14:01 +01:00
package ellpeck.someprettytechystuff.items;
public class InitItems {
public static void init(){
}
}