Minecraft Extended 2 modpack page
- Downloads
- 759
- Mod loaders
- quilt
- Minecraft versions
- 1.20.1
- Categories
- adventure, combat, multiplayer
Minecraft Extended 2 screenshots



About this modpack
Minecraft Extended
The goal of this modpack is to add more things to do without feeling too disconnected from the vanilla experience. There are more potions, more enchantments, air ships, big boats, and 2 more dimensions to explore.
For a list of mods click this link and look at the dependencies.
Gameplay Changes
<details> <summary>Inventory management</summary>
Shulkers
- Use them as a backpack
- Access the inventory without placing them
Potions
- Hold more of them
Chests
- Get a preview of whats inside
- Gain access to more chests at once with clickable tabs
</details>
<details> <summary>New Dimensions</summary>
- Deeper Darker
- The Bublezone
</details>
How to use this modpack
<details> <summary>Client</summary>
First Time
Check out this guide from modrinth for downloading and installing.
Updating on Prism Launcher
With the modpack selected click the edit button
!edit
In the window that opens click the modrinth tab
In that tab select the desired version and click update. Make sure to check the changelog for any warnings I have about updating existing worlds!
</details>
<details> <summary>Hosting a Server</summary>
Before you continue with server installation this method requires Docker or Podman I may write a script that doesn't involve containers in the future.
You can run it using docker run -dit -v /path/for/world:/Minecraft/server/world -p 25565:25565 ghcr.io/nathan-r-wood/minecraft-extended-2:latest
The default ram ussage of the server is set to 4G if you want to change the amount of ram the server can use add -e RAM=5G or -e RAM=3000M to the docker run command so it looks something like this docker run -dit -v /path/for/world:/Minecraft/server/world -e RAM=5G -p 25565:25565 ghcr.io/nathan-r-wood/minecraft-extended-2:latest
If you want consistent ops or server properties you'll have to add a ops.json file or a server.properties file on the host somewhere and link the to the container with a start command that looks something like this docker run -dit -v /path/for/world:/Minecraft/server/world -v /path/for/ops.json:/Minecraft/server/ops.json -p 25565:25565 ghcr.io/nathan-r-wood/minecraft-extended-2:latest
Good luck have fun and hopefully these instructions are good enough.
</details>
Modpack wiki coverage
Orca uses the project's published metadata and version files as the source of truth. Item, block, mob, recipe, structure, dimension, GUI, and mechanic pages are added after their included mod files are extracted and attributed.