Skip to content

Commit 0ceea03

Browse files
committed
changed the scripts button textures to use DFScript.MOD_ID cause i forgot to change it back before commiting lol
1 parent ebf57bc commit 0ceea03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/github/techstreet/dfscript/mixin/render/MOptionsScreen.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
public class MOptionsScreen extends Screen {
1818

1919
@Unique
20-
private final Identifier identifier_main = new Identifier("dfscript:scripts");
20+
private final Identifier identifier_main = new Identifier(DFScript.MOD_ID + ":scripts");
2121
@Unique
22-
private final Identifier identifier_main_highlight = new Identifier("dfscript:scripts_highlight");
22+
private final Identifier identifier_main_highlight = new Identifier(DFScript.MOD_ID + "dfscript:scripts_highlight");
2323

2424
public MOptionsScreen(Text literalText) {
2525
super(literalText);

0 commit comments

Comments
 (0)