improve wireless grids
- add wireless grid plate - add a crafting wireless grid - better recipes - add wireless transmitter
This commit is contained in:
@@ -7,11 +7,13 @@ import storagecraft.item.ItemStorageCell;
|
||||
import storagecraft.item.ItemQuartzEnrichedIron;
|
||||
import storagecraft.item.ItemStoragePart;
|
||||
import storagecraft.item.ItemWirelessGrid;
|
||||
import storagecraft.item.ItemWirelessGridPlate;
|
||||
|
||||
public class StorageCraftItems
|
||||
{
|
||||
public static final ItemStorageCell STORAGE_CELL = new ItemStorageCell();
|
||||
public static final ItemWirelessGrid WIRELESS_GRID = new ItemWirelessGrid();
|
||||
public static final ItemWirelessGridPlate WIRELESS_GRID_PLATE = new ItemWirelessGridPlate();
|
||||
public static final ItemQuartzEnrichedIron QUARTZ_ENRICHED_IRON = new ItemQuartzEnrichedIron();
|
||||
public static final ItemCore CORE = new ItemCore();
|
||||
public static final ItemSilicon SILICON = new ItemSilicon();
|
||||
|
Reference in New Issue
Block a user