Skip to content

Commit

Permalink
Reduce Crystalizer's Min Casing Count
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jan 2, 2025
1 parent 2459b33 commit ebb65cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected BlockPattern createStructurePattern() {
.aisle("XXXSXXX", "XGGGGGX", "XGGGGGX", "XGGGGGX", "XGGGGGX", "XGGGGGX", "XXXXXXX")
.where('S', selfPredicate())
.where('X', getCasingPredicateMain()
.setMinGlobalLimited(80)
.setMinGlobalLimited(60)
.or(autoAbilities()))
.where('#', air())
.where('F', getCasingPredicateFrame())
Expand Down

0 comments on commit ebb65cd

Please sign in to comment.