Remove the Wrench

This commit is contained in:
raoulvdberge
2018-05-26 15:58:07 +02:00
parent 2eeba970a3
commit 3d8cdfcc0c
21 changed files with 10 additions and 345 deletions

View File

@@ -19,6 +19,5 @@ public final class RSItems {
public static final ItemNetworkCard NETWORK_CARD = new ItemNetworkCard();
public static final ItemFluidStorageDisk FLUID_STORAGE_DISK = new ItemFluidStorageDisk();
public static final ItemFluidStoragePart FLUID_STORAGE_PART = new ItemFluidStoragePart();
public static final ItemWrench WRENCH = new ItemWrench();
public static final ItemSecurityCard SECURITY_CARD = new ItemSecurityCard();
}