GregRos / minecraft-perdido-modpack

Perdido server minecraft config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perdido Modpack

Prerequisites

Installing

Download the MultiMC Instance for the modpack. You can find it under Releases.

Import to MultiMC

Open MutliMC and drag and drop the instance onto the blindingly white workspace:

image-20230624131107075

It will open an import window. Click OK to create the instance.

image-20230624130958029

It has now appeared:

image-20230624131138352

Check Java Version

Right click the modpack and choose Edit Instance:

image-20230624132936369

Go to Settings:

image-20230624131304168

Take a look at the Java installation:

image-20230624131348710

This path should point to Java17 (which you either had or downloaded earlier). If it points to Java8 or something else, you’ll need to tick the box and override it manually.

Launching

Now click Launch:

image-20230624131612696

You will get a log like this. The launcher will download all the mods using the linked modpack metadata and then launch the game.

image-20230624131721107

You may get some errors or warnings but the game should launch at this point.

Modifying

Install Packwiz

Install packwiz, the tool Perdido uses to manage its mods. The best way I’ve found to install it is to download the compiled binary from the project’s repository.

First, log into GitHub (otherwise the link won’t work), and then go here:

Or one of the other builds and download the artifact for the right OS. This is a standalone executable.

Put this executable somewhere in your PATH and after restarting things, you can do:

packwiz

And it should spit out:

A command line tool for creating Minecraft modpacks
...

Clone repository

Go somewhere in the terminal and do:

git clone https://github.com/GregRos/minecraft-perdido-modpack.git

Or something.

Go to the modpack folder, via cd path/to/minecraft-perdido-modpack.

Now you can use packwiz to modify the mods. For example, find the slug of a mod on curseforge:

image-20230624174829056

And then run:

packwiz curseforge add complementary-shaders

Or remove via:

packwiz remove complementary-shaders

About

Perdido server minecraft config