Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brnbrd committed Oct 4, 2024
1 parent 0e65b20 commit 195d8cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public void addTags(HolderLookup.@NotNull Provider provider) {
.addOptional(Util.rl("mynethersdelight", "crimson_fungus_colony"));
}

@SuppressWarnings("UnusedReturnValue")
private TagsProvider.TagAppender<Item> addSelf(TagKey<Item> item) {
return this.tag(item).addOptional(item.location());
}
Expand Down

0 comments on commit 195d8cc

Please sign in to comment.