Random World names
The Random World names mod automatically generates random world names on the world creation screen. Tired of the monotony of the standard "New World"? Now each of your new universes will have a unique name!
The default word set allows for creating over 10 billion different name combinations. There are only two cases when the standard name will be used:
- If your computer is too slow and cannot generate a new name within the set timeframe (default 2 seconds)
- If you have created so many worlds that it's impossible to find a unique combination
Configuration (from version 1.1.0)
Configuration file
Starting from version 1.1.0, the following configuration options are available:
| Parameter | Description | Default value |
|---|---|---|
name_length |
Number of words for name generation | 3 |
delimiter |
Separator for joining words | space |
timeout |
Generation timeout (in seconds) | 2 |
If ModMenu is installed, settings can be changed directly in the game.
Resource pack configuration
You can add your own names using resource packs, as well as block unwanted resource packs.
Adding names
File location: assets/random-world-names/names.json
Structure: JSON array
Example:
[
"name1",
"name2",
"name3",
...
]
Blocking resource packs
File location: assets/random-world-names/blacklist.json
Structure: JSON array
Example:
[
"pack-id",
"other-pack-id",
"third-pack-id",
...
]
Note: The default name set can be disabled by adding random-world-names to the blacklist.
Configuration for versions before 1.1.0
Versions below 1.1.0 only support adding names through thenames.json file.
That's all the settings! Enjoy the variety of your world names!