Skip to content

Commit

Permalink
update tag class name
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Dec 16, 2023
1 parent 3bc60b8 commit 6f167ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/cleanroommc/modularui/ModularUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"after:bogorter@[1.4.0,);")
public class ModularUI {

public static final String ID = Tags.ID;
public static final String ID = MuiTags.MODID;
public static final String NAME = "Modular UI";
public static final String VERSION = Tags.VERSION;
public static final String VERSION = MuiTags.VERSION;
public static final Logger LOGGER = LogManager.getLogger(ID);

public static final String BOGO_SORT = "bogosorter";
Expand Down

0 comments on commit 6f167ed

Please sign in to comment.