diff --git a/src/main/java/com/raoulvdberge/refinedstorage/api/IRSAPI.java b/src/main/java/com/raoulvdberge/refinedstorage/api/IRSAPI.java index 86c4af559..59a8f9d2f 100755 --- a/src/main/java/com/raoulvdberge/refinedstorage/api/IRSAPI.java +++ b/src/main/java/com/raoulvdberge/refinedstorage/api/IRSAPI.java @@ -172,6 +172,9 @@ public interface IRSAPI { IStorageDisk createDefaultFluidDisk(World world, int capacity); /** + * Returns a helper for the 1.6.x migration. + * Will be removed in 1.7.x! + * * @return the 1.6.x migration helper */ @Nonnull