Skip to content

Commit 5be1116

Browse files
committed
Fix issues with ExampleEntrypoint
1 parent 86a4e29 commit 5be1116

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/polyfrost/example/ExampleEntrypoint.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
//$$ import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;
1515
//#else
1616
import net.minecraftforge.fml.common.Mod;
17-
import net.minecraftforge.fml.common.Mod.EventHandler;
1817
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
1918
//#endif
2019
//#elseif NEOFORGE
@@ -35,7 +34,7 @@
3534
//#if MC >= 1.16.5
3635
//$$ @Mod(ExampleConstants.ID)
3736
//#else
38-
//$$ @Mod(modid = ExampleConstants.ID, version = ExampleConstants.VERSION)
37+
@Mod(modid = ExampleConstants.ID, version = ExampleConstants.VERSION)
3938
//#endif
4039
//#endif
4140
public class ExampleEntrypoint

0 commit comments

Comments
 (0)