Skip to content

Commit

Permalink
Widen the Voltage enum in ItemComb (#3697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren authored Dec 23, 2024
1 parent 968e58c commit 032b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/common/items/ItemComb.java
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ public void registerOreDict() {
}
}

enum Voltage {
public enum Voltage {

ULV,
LV,
Expand Down

0 comments on commit 032b6fc

Please sign in to comment.