Skip to content

Commit b976370

Browse files
Reverted deprecation warning
1 parent bc7acfe commit b976370

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

src/main/java/me/mrCookieSlime/Slimefun/Objects/SlimefunItem/interfaces/InventoryBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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
2323
public interface InventoryBlock {
2424

2525
/**

0 commit comments

Comments
 (0)