Skip to content

Commit

Permalink
Fix TagsPopulatedResourceCondition#getType
Browse files Browse the repository at this point in the history
  • Loading branch information
apple502j committed Apr 10, 2024
1 parent 8363745 commit fd8d9b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public <T> TagsPopulatedResourceCondition(TagKey<T>... tags) {

@Override
public ResourceConditionType<?> getType() {
return DefaultResourceConditionTypes.ANY_MODS_LOADED;
return DefaultResourceConditionTypes.TAGS_POPULATED;
}

@Override
Expand Down

0 comments on commit fd8d9b9

Please sign in to comment.