Reorganize energy code from ItemNetworkItem in separate class for the Portable Grid
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user