wireless grid
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
package storagecraft;
|
||||
|
||||
import storagecraft.item.ItemStorageCell;
|
||||
import storagecraft.item.ItemWirelessGrid;
|
||||
|
||||
public class StorageCraftItems
|
||||
{
|
||||
public static final ItemStorageCell STORAGE_CELL = new ItemStorageCell();
|
||||
public static final ItemWirelessGrid WIRELESS_GRID = new ItemWirelessGrid();
|
||||
}
|
||||
|
Reference in New Issue
Block a user