-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdescription.txt
More file actions
14 lines (10 loc) · 873 Bytes
/
description.txt
File metadata and controls
14 lines (10 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Multiverse 2 allows Server Owners and Solo Players to add "Subworlds" to their World, Similar to the Multiverse Plugin for Minecraft.
For players and server admins:
To add a subworld, just go into your config on either the server or your client depending if you are in singleplayer or not
and add a new entry in the `Worlds` list. change the name and choose the generator you want for your subworld.
To enter a subworld, type `/mvtp subworldname` in the chat
if the world was added by another mod and was not generated by Multiverse 2, then type `/mvtp modname/subworldname`
For developers wanting to add their own generators:
Just subclass ModGenerator and override `List<GenPass> GenPasses(int seed, WorldGenConfiguration configuration);` to add the gen passes.
GitHub: https://github.com/withertech/Multiverse2
Wiki: https://terrariamods.fandom.com/wiki/Multiverse_2