Skip to content

Commit

Permalink
Fix JetBrains annotation in module info not being runtime optional (s…
Browse files Browse the repository at this point in the history
…tatic) (#67)
  • Loading branch information
Jonathing authored Nov 6, 2024
1 parent e7503dd commit 2c5b795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
requires cpw.mods.modlauncher;
requires net.minecraftforge.forgespi;
requires org.apache.logging.log4j;
requires org.jetbrains.annotations;
requires org.openjdk.nashorn;
requires org.objectweb.asm.util;

requires static org.jetbrains.annotations;

provides net.minecraftforge.forgespi.coremod.ICoreModProvider
with net.minecraftforge.coremod.CoreModProvider;
}

0 comments on commit 2c5b795

Please sign in to comment.