Creativity and infrastructure based modpack with a focus on immersion, running on Minecraft 1.21.1
with the Fabric Loader.
- Download the Prism Launcher instance (which contains the Packwiz Installer bootstrap) from the repository's releases tab
- Change the RAM allocation (6GB+ is recommended)
- Run the Prism Launcher instance (files will auto download from this GitHub repository using Packwiz)
- Tweak Minecraft (
options.txt
or in game) and Distant Horizons settings to your liking (config/DistantHorizons.toml
or in game viaOptions->DH button
orMod Menu->Distant Horizons->Config
) - Load a singleplayer world
The server uses Docker Compose for easy installation. Make sure you have Docker and Docker Compose set up.
Portainer is recommended, as it is the easiest installation method.
- Copy the Docker Compose script
- Change the RCON password
- Change the data directory (if you're getting permission errors when running the server, make sure to create these directories if they don't exist)
- On the server PC, use Portainer or Docker Compose to create the Docker server from the Docker Compose script (make sure to change the RCON password and the data directory)
- Accept the EULA (
eula.txt
) - Enable serverside support in Distant Horizons' config (
config/DistantHorizons.toml
) - Tweak the Minecraft server's properties (
server.properties
) and Distant Horizons settings to your liking (config/DistantHorizons.toml
) - Start the server (the server will run on the default Minecraft port
25565
) - On the client PC, download the modpack's instance, see the
installation guide
- Tweak Minecraft and Distant Horizons settings to your liking (
config/DistantHorizons.toml
or in game viaOptions->DH button
orMod Menu->Distant Horizons->Config
) - Join your server
Client:
-javaagent:mod-loading-screen-1.0.4.jar -Dmax.bg.threads=4 -XX:+UnlockDiagnosticVMOptions -XX:+AllowArchivingWithJavaAgent -XX:SharedArchiveFile="appcds_cache.jsa" -XX:+AutoCreateSharedArchive
To report bugs/crashes, or give suggestions, head over to the repository's issues tab.
- Install Packwiz
- Clone the repository
- Run the Visual Studio Code task (or the terminal command)
packwiz serve
(the Packwiz server will now run locally on port8080
) - Download the modpack's instance, see the
installation guide
- Change the pre-launch command to
$INST_JAVA -jar packwiz-installer-bootstrap.jar "http://localhost:8080/pack.toml"
(default pre-launch command ishttps://github.com/steves-underwater-paradise/venture/raw/1.20.1/pack.toml
)