put gui ids in other class

This commit is contained in:
Raoul Van den Berge
2015-12-24 21:49:20 +01:00
parent 770483ee02
commit 0e0c6eb5b9
17 changed files with 70 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ import storagecraft.item.ItemStoragePart;
import storagecraft.item.ItemWirelessGrid;
import storagecraft.item.ItemWirelessGridPlate;
public class StorageCraftItems
public final class StorageCraftItems
{
public static final ItemStorageCell STORAGE_CELL = new ItemStorageCell();
public static final ItemWirelessGrid WIRELESS_GRID = new ItemWirelessGrid();