Skip to content

Commit ebc90de

Browse files
committed
nice constant for this now
1 parent c8e8745 commit ebc90de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/api/mui/GTGuiTheme.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private static String gregtech(String s) {
101101

102102
// TODO make this better
103103
public static final GTGuiTheme TERMINAL = templateBuilder("gregtech_terminal")
104-
.parent("gregtech_standard")
104+
.parent(Names.STANDARD)
105105
.textColor(0xFFFDFDFD)
106106
.build();
107107

0 commit comments

Comments
 (0)