add solderer, processors, silicon, quartz enriched iron
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
package storagecraft;
|
||||
|
||||
import storagecraft.item.ItemCore;
|
||||
import storagecraft.item.ItemProcessor;
|
||||
import storagecraft.item.ItemSilicon;
|
||||
import storagecraft.item.ItemStorageCell;
|
||||
import storagecraft.item.ItemStorigiumIngot;
|
||||
import storagecraft.item.ItemQuartzEnrichedIron;
|
||||
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 ItemQuartzEnrichedIron QUARTZ_ENRICHED_IRON = new ItemQuartzEnrichedIron();
|
||||
public static final ItemCore CORE = new ItemCore();
|
||||
public static final ItemSilicon SILICON = new ItemSilicon();
|
||||
public static final ItemProcessor PROCESSOR = new ItemProcessor();
|
||||
}
|
||||
|
Reference in New Issue
Block a user