
Modrinth · Minecraft mod
Worlds
A mod to support infinite worlds (dimensions). Worlds with own weather, time, End Dragon and all vanilla mechanics.
Quick answer
Which Worlds release should I use?
Worlds 1.8.22+26.3 targets 26.3 with Fabric, Quilt. Installation on the client is optional. Installation on the dedicated server is optional. All 1 required mods have matching files.
Where it goes
Is Worlds required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does Worlds 1.8.22+26.3 need?
1.8.22+26.3. Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Worlds without breaking your instance.
Built for Worlds 1.8.22+26.3. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 1.8.22+26.3. It targets 26.3 with Fabric, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 1.8.22+26.3. It opens that exact file at the source.
About this project
What does Worlds add?
Worlds
A Minecraft mod that allows you to create and manage worlds in-game using simple commands.
Features
- Create new worlds with custom IDs and optional seeds
- Create worlds from presets (flat world, amplified, large biomes, etc.)
- Default world creation uses normal overworld dimensions
- Delete worlds safely (removes all players first)
- Teleport between worlds easily
- Lazy worlds loading (support for infinite worlds)
- Create fully functional Overworld, End and Nether worlds (mod includes fixes to enable End Dragon and other vanilla mechanics in the custom worlds)
- API for other mods to register custom level providers
Commands
All commands use the base /worlds command:
Create Command
The /worlds create command allows you to create new worlds with various options:
Basic usage:
/worlds create <id>- Creates a new normal overworld with the specified ID and a random seed/worlds create <id> <seed>- Creates a new normal overworld with the specified ID and seed
Create from preset:
/worlds create <id> from-preset <preset>- Creates a world using a specific world preset (e.g.,minecraft:flat,minecraft:amplified,minecraft:large_biomes)/worlds create <id> from-preset <preset> <seed>- Creates a world from a preset with a specific seed/worlds create <id> from-preset <preset> <dimension>- Creates a world from a preset using a specific dimension from that preset/worlds create <id> from-preset <preset> <dimension> <seed>- Combines preset, dimension, and seed options
Create from dimension:
/worlds create <id> from-dimension <dimension>- Creates a world using an existing dimension type (e.g.,minecraft:overworld,minecraft:the_nether,minecraft:the_end)/worlds create <id> from-dimension <dimension> <seed>- Creates a world from a dimension with a specific seed
Examples:
/worlds create myworld
/worlds create myworld 12345
/worlds create flatworld from-preset minecraft:flat
/worlds create amplified from-preset minecraft:amplified 67890
/worlds create nether from-dimension minecraft:the_nether
/worlds create custom_end from-dimension minecraft:the_end 11111
Delete Command
/worlds delete <id>- Deletes the specified world and kicks all players currently in it
Teleport Command
/worlds tp <id> [targets]- Teleports you (or specified players) to the world
Settings Command
The /worlds settings command allows you to view and modify settings for the current world you're in. Similar to Minecraft's /gamerule command, you can query the current value by omitting the new value parameter.
Load on Startup:
/worlds settings loadOnStartup- Displays whether the world loads automatically on server start/worlds settings loadOnStartup <true|false>- Enable or disable automatic loading on server start- When enabled (
true), the world will load automatically when the server starts - When disabled (
false), the world will only load when a player enters it (lazy loading)
- When enabled (
Spawn Point:
/worlds settings spawn- Displays the current spawn point and rotation/worlds settings spawn here- Sets the spawn point to your current position and rotation/worlds settings spawn <x> <y> <z>- Sets the spawn point to specific coordinates (rotation defaults to 0, 0)
Examples:
/worlds settings loadOnStartup
/worlds settings loadOnStartup true
/worlds settings loadOnStartup false
/worlds settings spawn
/worlds settings spawn here
/worlds settings spawn 100 64 200
Note: These commands affect the world you're currently in. Navigate to the world you want to configure before running the command.
Importing worlds from World Manager
- Replace World Manager mod with Worlds
- use
/worlds create {world_id_to_import} {world_type} {world_seed}
You need to specify same world id, type and seed that world had when was created with "World Manager", only classic Overworld, End and Nether worlds supported
For Mod Developers
MC Worlds provides an API that allows other mods to register custom server level providers. This enables you to create worlds with custom behavior, special rules, or unique mechanics.
Quick Start
- Add MC Worlds as a dependency in your
fabric.mod.json - Implement the
ServerLevelProviderinterface - Register your provider using
WorldsRegistries.LEVEL_PROVIDER_REGISTRY
For detailed documentation and examples, see API.md.
Requirements
- Fabric Loader
- Minecraft 1.21.8+
You can support this project by hosing server on Pixly Hosting
Project description from Modrinth.
Pick your setup
Worlds by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.3-rc-3
2 loader builds26.3-rc-2
2 loader builds26.3-rc-1
2 loader builds26.3-pre-3
2 loader builds26.3-pre-2
2 loader builds26.3
2 loader builds26.2-rc-2
2 loader builds26.2-pre-4
2 loader builds26.2-pre-3
2 loader builds26.2-pre-2
2 loader builds26.2-pre-1
2 loader builds26.2
2 loader buildsShowing the newest 12 of 28 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Worlds versions and loaders
1.8.22+26.3
worlds-1.8.22+26.3.jar
15 Sept 2026
1.8.21+26.3-rc-3
worlds-1.8.21+26.3-rc-3.jar
14 Sept 2026
1.8.20+26.3-rc-2
worlds-1.8.20+26.3-rc-2.jar
11 Sept 2026
1.8.19+26.3-rc-1
worlds-1.8.19+26.3-rc-1.jar
10 Sept 2026
1.8.18+26.3-pre-3
worlds-1.8.18+26.3-pre-3.jar
8 Sept 2026
1.8.17+26.3-pre-2
worlds-1.8.17+26.3-pre-2.jar
7 Sept 2026
1.8.16+26.2
worlds-1.8.16+26.2.jar
16 Jul 2026
1.8.16+26.2
worlds-1.8.16+26.2.jar
16 Jun 2026
1.8.15+26.2-rc-2
worlds-1.8.15+26.2-rc-2.jar
16 Jun 2026
1.8.14+26.2-pre-4
worlds-1.8.14+26.2-pre-4.jar
4 Jun 2026
1.8.13+26.2-pre-3
worlds-1.8.13+26.2-pre-3.jar
2 Jun 2026
1.8.12+26.2-pre-2
worlds-1.8.12+26.2-pre-2.jar
29 May 2026
Looking for an older file? The official Modrinth project page is in Resources.