Initial cover code. Still some stuff to do.

This commit is contained in:
raoulvdberge
2018-07-04 10:32:31 +02:00
parent 8ded43774f
commit 8da7b4f457
32 changed files with 1644 additions and 59 deletions

View File

@@ -21,4 +21,5 @@ public final class RSItems {
public static final ItemFluidStoragePart FLUID_STORAGE_PART = new ItemFluidStoragePart();
public static final ItemSecurityCard SECURITY_CARD = new ItemSecurityCard();
public static final ItemCuttingTool CUTTING_TOOL = new ItemCuttingTool();
public static final ItemCover COVER = new ItemCover();
}