add recipes for most stuff
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
package storagecraft;
|
||||
|
||||
import storagecraft.item.ItemCore;
|
||||
import storagecraft.item.ItemStorageCell;
|
||||
import storagecraft.item.ItemStorigiumIngot;
|
||||
import storagecraft.item.ItemWirelessGrid;
|
||||
|
||||
public class StorageCraftItems
|
||||
{
|
||||
public static final ItemStorageCell STORAGE_CELL = new ItemStorageCell();
|
||||
public static final ItemWirelessGrid WIRELESS_GRID = new ItemWirelessGrid();
|
||||
public static final ItemStorigiumIngot STORIGIUM_INGOT = new ItemStorigiumIngot();
|
||||
public static final ItemCore CORE = new ItemCore();
|
||||
}
|
||||
|
Reference in New Issue
Block a user