Skip to content

Commit 158182a

Browse files
committed
goodbye
1 parent eb8a645 commit 158182a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/main/java/cc/polyfrost/example/ExampleMod.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
import cc.polyfrost.example.config.TestConfig;
55
import cc.polyfrost.oneconfig.utils.commands.CommandManager;
66

7-
/**
8-
* The main class of OneConfig.
9-
*/
107
@net.minecraftforge.fml.common.Mod(modid = ExampleMod.MODID, name = ExampleMod.NAME, version = ExampleMod.VERSION)
118
public class ExampleMod {
129
public static final String MODID = "@ID@";

src/main/java/cc/polyfrost/example/command/ExampleCommand.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
import cc.polyfrost.oneconfig.utils.commands.annotations.Command;
55
import cc.polyfrost.oneconfig.utils.commands.annotations.Main;
66

7-
/**
8-
* The main OneConfig command.
9-
*/
107
@Command(value = ExampleMod.MODID, description = "Access the " + ExampleMod.NAME + " GUI.")
118
public class ExampleCommand {
129

0 commit comments

Comments
 (0)