File tree Expand file tree Collapse file tree
src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Here is a full summary of the differences between the two different versions of
3232
3333| | development (latest) | "stable" |
3434| ------------------ | -------- | -------- |
35- | ** Minecraft version(s)** | :video_game : ** 1.13 .\* - 1.16.\* ** | :video_game : ** 1.13.\* - 1.16.\* ** |
35+ | ** Minecraft version(s)** | :video_game : ** 1.14 .\* - 1.16.\* ** | :video_game : ** 1.13.\* - 1.16.\* ** |
3636| ** automatic updates** | :heavy_check_mark : | :heavy_check_mark : |
3737| ** frequent updates** | :heavy_check_mark : | :x : |
3838| ** latest content** | :heavy_check_mark : | :x : |
Original file line number Diff line number Diff line change 1919 * @deprecated This interface is not designed to be used by addons.
2020 *
2121 */
22- @ Deprecated
22+ // @Deprecated - commented out because we are not ready to send out warnings yet
2323public interface InventoryBlock {
2424
2525 /**
You can’t perform that action at this time.
0 commit comments