mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-08 21:14:41 -04:00
Fix optional tag from tagkey generation (#2070)
This commit is contained in:
parent
57ba8ec078
commit
6d3e56363a
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ public abstract class FabricTagProvider<T> extends AbstractTagProvider<T> {
|
|||
* @return the {@link FabricTagBuilder} instance
|
||||
*/
|
||||
public FabricTagBuilder<T> addOptionalTag(TagKey<T> tag) {
|
||||
return addOptional(tag.id());
|
||||
return addOptionalTag(tag.id());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue