Skip to content

Commit

Permalink
Change criterion check to an OR for tribe joins
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/com/minelittlepony/unicopia/datagen/providers/UAdvancementsProvider.java
  • Loading branch information
Sollace committed Oct 14, 2024
1 parent a43f5d2 commit 895a7bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ private AdvancementDisplayBuilder.Parent createTribeRootAdvancement(Consumer<Adv
for (Race r : extra) {
builder.criterion("be_" + r.getId().getPath(), new RaceChangeCriterion.Conditions(LootContextPredicate.EMPTY, r));
}
builder.criteriaMerger(CriterionMerger.OR);
}

return builder.build(consumer, race.getId().getPath() + "_route");
Expand Down

0 comments on commit 895a7bf

Please sign in to comment.