Fix generatorMode localizations

This commit is contained in:
James Seibel
2023-02-05 16:37:34 -06:00
parent 8cc9636fa7
commit a08cd3107f
2 changed files with 9 additions and 7 deletions
@@ -33,7 +33,7 @@ public final class ModInfo
public static final int PROTOCOL_VERSION = 1;
/** The internal mod name */
public static final String NAME = "DistantHorizons";
/** Human readable version of NAME */
/** Human-readable version of NAME */
public static final String READABLE_NAME = "Distant Horizons";
public static final String VERSION = "1.7.0-a-dev";
/** Returns true if the current build is an unstable developer build, false otherwise. */