Multiworld

⭐ ⭐ (313 endorsements) 📥 73,098 downloads 📌 v1.14.0 📅 8/5/2021
🟡 Updated this year

By Isaiah · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 4/15/2026 📅 Created: 8/5/2021
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.4% endorsement rate
  • 🏆 #195 of 983 fabric mods in this game by downloads

📋 About This Mod

# <img src="https://cdn.modrinth.com/data/cached_images/01d4b3f0a8d469b8d7b36030f2039007500b00f4.png" width="52"> <img src="https://cdn.modrinth.com/data/cached_images/9e05d07520a95c60eebad34117945b7d5a292534.png" width="300"> Adds support for teleporting & creating multiple worlds. Supports Fabric, Forge, & NeoForge. Active Versions: *26.1*, 1.21.11, 1.21.1, 1.20.1 ## Features - Create multiple worlds with different generators, types, & seeds. - Easily teleport between worlds with commands - Custom Nether Portals (*New!*) - And more. <a href="https://modrinth.com/mod/multiworld/versions?l=fabric"><img src="https://cdn.modrinth.com/data/cached_images/1b54a3f3b03745c57beaa1ab11d9d86b9222a41a.png" width="160"></a> <a href="https://modrinth.com/mod/multiworld/versions?l=neoforge"><img src="https://cdn.modrinth.com/data/cached_images/a073c4dc33587010c5b7f0386d3df9e1b0eee3ed.png" width="160"></a> On Fabric 1.21+, Multiworld Portal support requires iCommonLib (*version #98 or higher*) <a href="https://modrinth.com/mod/icommon/versions?l=fabric"><img src="https://cardboardpowered.org/icommon/assets/badge2.png" width="160"></a> ## Command Usage: - Output mod version: `/mv version` - List all worlds: `/mw list` - Create world: `/mw create <id> <dim> ` - Example: `/mw create testworld NORMAL` - Example: `/mw create testworld NETHER` - Example: `/mw create testworld END` - Example: `/mw create testworld NORMAL -g=FLAT -s=1234` - Teleport to world: `/mw tp <id>` - Example: `/mw tp minecraft:overworld` - Example (Console): `/mw tp overworld Player52` - Set a Gamerule: - Example: `/mw gamerule doDaylightCycle false` - Set a worlds difficulty: - Example: `/mw difficulty EASY` - Delete a world (Console Only) - `/mw delete <id>` ## Permissions Multiworld supports mods that support `fabric-permissions-api-v0` such as (https://modrinth.com/mod/luckperms) or (https://modrinth.com/mod/permissions-fabric). The permission `multiworld.admin` or being `/op`-ed grants access to every command. Command & Permission: - /mw - `multiworld.cmd` - /mw tp - `multiworld.tp` - /mw spawn - `multiworld.spawn` - /mw setspawn - `multiworld.setspawn` - /mw create - `multiworld.create` - /mw gamerule - `multiworld.gamerule` - /mw difficulty - `multiworld.difficulty` - /mw delete - *Console-only command* *Note*: `multiworld.cmd` for the base `/mw` command is also required for all sub-commands. ## Coming soon - ~~`/mw delete` command~~ added in 1.9 - `/mw load/unload` - ~~Custom generator support.~~ added in 1.9 - Custom Portal support. ## World Storage Location Multiworld uses the Vanilla world save path for worlds. Added worlds will be saved in the main overworld's dimension folder `world\dimensions\id\path`. ### FAQ - Crash: "Multiworld 1.21.x requires Minecraft 1.xx": The version uploaded to Modrinth is a jar-in-jar bundle, unless interrupted by other mod crashes, fabric-loader will load. ### Related Mods - (https://modrinth.com/mod/multiworld-inventories) - Per World Inventory support. - (https://modrinth.com/mod/multiworld-positions) by yarg119. - (https://modrinth.com/mod/worldborderfix) for <= 1.21.8 by Potatoboy. - (https://modrinth.com/mod/quantum) alternative multi-world mod by Unreal852 **Note:** Multiworld makes use of the (https://github.com/NucleoidMC/fantasy) library by NucleoidMC for creation of worlds.

#

Adds support for teleporting & creating multiple worlds. Supports Fabric, Forge, & NeoForge.

Active Versions: 26. 1, 1. 21. 11, 1. 21. 1, 1. 20. 1

## Features - Create multiple worlds with different generators, types, & seeds. - Easily teleport between worlds with commands - Custom Nether Portals (New!) - And more.

On Fabric 1. 21+, Multiworld Portal support requires iCommonLib (version #98 or higher)

## Command Usage: - Output mod version: `/mv version` - List all worlds: `/mw list` - Create world: `/mw create [-g=GENERATOR -s=SEED]` - Example: `/mw create testworld NORMAL` - Example: `/mw create testworld NETHER` - Example: `/mw create testworld END` - Example: `/mw create testworld NORMAL -g=FLAT -s=1234` - Teleport to world: `/mw tp ` - Example: `/mw tp minecraft:overworld` - Example (Console): `/mw tp overworld Player52` - Set a Gamerule: - Example: `/mw gamerule doDaylightCycle false` - Set a worlds difficulty: - Example: `/mw difficulty EASY` - Delete a world (Console Only) - `/mw delete `

## Permissions Multiworld supports mods that support `fabric-permissions-api-v0` such as (https://modrinth.com/mod/luckperms) or (https://modrinth.com/mod/permissions-fabric). The permission `multiworld.admin` or being `/op`-ed grants access to every command.

Command & Permission: - /mw - `multiworld.cmd` - /mw tp - `multiworld.tp` - /mw spawn - `multiworld.spawn` - /mw setspawn - `multiworld.setspawn` - /mw create - `multiworld.create` - /mw gamerule - `multiworld.gamerule` - /mw difficulty - `multiworld.difficulty` - /mw delete - Console-only command

Note: `multiworld.cmd` for the base `/mw` command is also required for all sub-commands.

## Coming soon - ~~`/mw delete` command~~ added in 1. 9 - `/mw load/unload` - ~~Custom generator support.~~ added in 1. 9 - Custom Portal support.

## World Storage Location Multiworld uses the Vanilla world save path for worlds. Added worlds will be saved in the main overworld's dimension folder `world\dimensions\id\path`.

### FAQ - Crash: "Multiworld 1. 21.x requires Minecraft 1.xx": The version uploaded to Modrinth is a jar-in-jar bundle, unless interrupted by other mod crashes, fabric-loader will load.

### Related Mods - (https://modrinth.com/mod/multiworld-inventories) - Per World Inventory support. - (https://modrinth.com/mod/multiworld-positions) by yarg119. - (https://modrinth.com/mod/worldborderfix) for <= 1. 21. 8 by Potatoboy. - (https://modrinth.com/mod/quantum) alternative multi-world mod by Unreal852

Note: Multiworld makes use of the (https://github.com/NucleoidMC/fantasy) library by NucleoidMC for creation of worlds.
🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Isaiah
Version
1.14.0
Downloads
73,098
Endorsements
313
Category
fabric
Created
8/5/2021
Updated
4/15/2026
Game Versions
26.1, 26.1.1, 26.1.2
Tags
utility, worldgen

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Multiworld support?

The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.

What is the latest version of Multiworld?

Version 1.14.0, published 2026-04-15 with 73,098 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Isaiah 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods