Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 4168f48

Browse files
committed
clean
1 parent d8a0679 commit 4168f48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/localizedmc/checklistlocalizer/ChecklistModifiy.java renamed to src/main/java/org/localizedmc/checklistlocalizer/ChecklistLocalizer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import org.slf4j.Logger;
55
import org.slf4j.LoggerFactory;
66

7-
@Mod(ChecklistModifiy.MOD_ID)
8-
public class ChecklistModifiy {
7+
@Mod(ChecklistLocalizer.MOD_ID)
8+
public class ChecklistLocalizer {
99
public static final String MOD_ID = "checklist_localizer";
1010
public static final Logger LOGGER = LoggerFactory.getLogger("ChecklistLocalizer");
1111

12-
public ChecklistModifiy() {
12+
public ChecklistLocalizer() {
1313
}
1414
}

0 commit comments

Comments
 (0)