Skip to content

Commit

Permalink
Correct cfg comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jchung01 committed Apr 11, 2024
1 parent 97516f6 commit 7c81331
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ public static class EntityRadiusCheckCategory
};

@Config.Name("[4] Less Collisions Toggle")
@Config.Comment("Reduces size of collision checks for most vanilla entity types")
@Config.Comment("Reduces size of collision checks for most vanilla and specified entity types")
public boolean utLessCollisionsToggle = true;

@Config.Name("[5] Less Collisions Extra Targets")
Expand Down

0 comments on commit 7c81331

Please sign in to comment.