improve wireless grids

- add wireless grid plate
- add a crafting wireless grid
- better recipes
- add wireless transmitter
This commit is contained in:
Raoul Van den Berge
2015-12-24 15:13:18 +01:00
parent 943c669fb1
commit 9e412bac64
15 changed files with 490 additions and 50 deletions

View File

@@ -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();