Reorganize energy code from ItemNetworkItem in separate class for the Portable Grid

This commit is contained in:
raoulvdberge
2017-05-08 21:56:36 +02:00
parent 0322a35bc4
commit 51db9dddb4
11 changed files with 159 additions and 129 deletions

View File

@@ -22,4 +22,5 @@ public final class RSItems {
public static final ItemFluidStoragePart FLUID_STORAGE_PART = new ItemFluidStoragePart();
public static final ItemWrench WRENCH = new ItemWrench();
public static final ItemSecurityCard SECURITY_CARD = new ItemSecurityCard();
public static final ItemPortableGrid PORTABLE_GRID = new ItemPortableGrid();
}