We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a4e29 commit 5be1116Copy full SHA for 5be1116
src/main/java/org/polyfrost/example/ExampleEntrypoint.java
@@ -14,7 +14,6 @@
14
//$$ import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;
15
//#else
16
import net.minecraftforge.fml.common.Mod;
17
-import net.minecraftforge.fml.common.Mod.EventHandler;
18
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
19
//#endif
20
//#elseif NEOFORGE
@@ -35,7 +34,7 @@
35
34
//#if MC >= 1.16.5
36
//$$ @Mod(ExampleConstants.ID)
37
38
-//$$ @Mod(modid = ExampleConstants.ID, version = ExampleConstants.VERSION)
+@Mod(modid = ExampleConstants.ID, version = ExampleConstants.VERSION)
39
40
41
public class ExampleEntrypoint
0 commit comments