Remove default method, since Reborn Storage compat is broken anyway now.

This commit is contained in:
raoulvdberge
2018-07-24 23:12:22 +02:00
parent 5a5d873eba
commit a7c9e93df0

View File

@@ -28,13 +28,9 @@ public interface ICraftingPatternContainer {
/** /**
* @return the fluid inventory that this container is connected to, or null if no fluid inventory is present * @return the fluid inventory that this container is connected to, or null if no fluid inventory is present
*
* TODO: Remove default.
*/ */
@Nullable @Nullable
default IFluidHandler getConnectedFluidInventory() { IFluidHandler getConnectedFluidInventory();
return null;
}
/** /**
* @return the tile that this container is connected to, or null if no tile is present * @return the tile that this container is connected to, or null if no tile is present