Skip to content

Commit

Permalink
Fixed #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubenicos committed Apr 30, 2024
1 parent 7586c7e commit e37dadb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public class ItemObject {
save = "b";
setTag = "c";
if (ServerInstance.Release.COMPONENT) {
getTag = "e";
getTag = ServerInstance.DATA_VERSION >= 3839 ? "f" : "e";
} else if (ServerInstance.MAJOR_VERSION >= 20) {
getTag = "v";
} else if (ServerInstance.MAJOR_VERSION >= 19) {
Expand Down

0 comments on commit e37dadb

Please sign in to comment.