Skip to content

Commit

Permalink
add deprecation for item.nbt property
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 5, 2020
1 parent 94f0abe commit f1c698a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -223,6 +223,9 @@ public class Deprecations {
// In Bukkit impl, Added 2020/10/18, deprecate officially by 2022.
public static Warning itemDisplayNameMechanism = new FutureWarning("The item 'display_name' mechanism is now just the 'display' mechanism.");

// In Bukkit impl, Added 2020/12/05, deprecate officially by 2022.
public static Warning itemNbt = new FutureWarning("The item 'nbt' property is deprecated: use ItemTag flags instead!");

// ==================== PAST deprecations of things that are already gone but still have a warning left behind ====================

// In Bukkit impl, Added on 2019/10/13
Expand Down

0 comments on commit f1c698a

Please sign in to comment.