Skip to content

Commit

Permalink
Remove message that at least one entrypoint is required (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 authored May 26, 2024
1 parent c1fa963 commit 272d8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/main/java/net/neoforged/fml/common/Mod.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* This defines a Mod to FML.
* <p>
* Any class found with this annotation applied will be loaded as a mod entrypoint for the mod with the given {@linkplain #value() ID}. <br>
* A mod loaded with the {@code javafml} language loader may have multiple entrypoints, but it must have <strong>at least one</strong>.
* A mod loaded with the {@code javafml} language loader may have multiple entrypoints.
* Entrypoints for all {@link #dist}s are always run before entrypoints for a single {@link #dist}.
*/
@Retention(RetentionPolicy.RUNTIME)
Expand Down

0 comments on commit 272d8d4

Please sign in to comment.