rename classes
This commit is contained in:
7
src/main/java/storagecraft/StorageCraftItems.java
Normal file
7
src/main/java/storagecraft/StorageCraftItems.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package storagecraft;
|
||||
|
||||
import storagecraft.item.ItemStorageCell;
|
||||
|
||||
public class StorageCraftItems {
|
||||
public static final ItemStorageCell STORAGE_CELL = new ItemStorageCell();
|
||||
}
|
Reference in New Issue
Block a user