作者:rebot | 分类:模组
Minecraft 版本: 26.1 26.1.1 26.1.2 26.2-rc-2 26.2
平台: fabric
标签: utility
Generates random world names for the world creation screen. Just New World gets boring after a while, doesn't it?
The default list of names allows for over 10 billion different combinations.
There are only two cases the default name is used:
The config file (as of version 1.1.0) offers the following options:
| Name | Description | Default value |
|---|---|---|
name_length |
The number of words (name entries) to generate a name from | 3 |
delimiter |
The delimiter to use for joining the entries | ` ` (Space) |
timeout |
The generation timeout (seconds) | 2 |
In-Game configuration is possible if ModMenu is installed.
Additional names can be added using resource packs, and unwanted packs may be blacklisted.
Location: assets/random-world-names/names.json
Structure: Json Array
Example:
[
"name1",
"name2",
"name3",
...
]
Location: assets/random-world-names/blacklist.json
Structure: Json Array
Example:
[
"pack-id",
"other-pack-id",
"third-pack-id",
...
]
Note: The default names can be disabled by adding random-world-names to the blacklist.
That's it!
This mod is licensed under the LGPL-3.0 (or any later version) license.
For details, please see the included License file.
请登录后举报
暂无评论,抢个沙发吧~