Skip to content

Commit

Permalink
Encapsulate COUNTERS field in HopperCounter
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi authored Apr 22, 2023
1 parent f1205a4 commit 15b120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/carpet/helpers/HopperCounter.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class HopperCounter
/**
* A map of all the {@link HopperCounter} counters.
*/
public static final Map<DyeColor, HopperCounter> COUNTERS;
private static final Map<DyeColor, HopperCounter> COUNTERS;

/**
* The default display colour of each item, which makes them look nicer when printing the counter contents to the chat
Expand Down

0 comments on commit 15b120f

Please sign in to comment.