Add warning to IOneSixMigrationHelper getter.

This commit is contained in:
raoulvdberge
2018-07-02 23:53:26 +02:00
parent 1b3a36978e
commit d56973b336

View File

@@ -172,6 +172,9 @@ public interface IRSAPI {
IStorageDisk<FluidStack> createDefaultFluidDisk(World world, int capacity); IStorageDisk<FluidStack> 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 * @return the 1.6.x migration helper
*/ */
@Nonnull @Nonnull