Skip to content

Commit 7c2284d

Browse files
committed
Force mods, to require a name
This is a port of my pr to FML back in January MinecraftForge/FML#592
1 parent 904a301 commit 7c2284d

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/net/minecraftforge/fml/common

1 file changed

+1
-1
lines changed

src/main/java/net/minecraftforge/fml/common/Mod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
/**
7575
* A user friendly name for the mod
7676
*/
77-
String name() default "";
77+
String name();
7878
/**
7979
* A version string for this mod
8080
*/

0 commit comments

Comments
 (0)