Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregros/minecraft-perdido-modpack
Perdido server minecraft config
https://github.com/gregros/minecraft-perdido-modpack
Last synced: 9 days ago
JSON representation
Perdido server minecraft config
- Host: GitHub
- URL: https://github.com/gregros/minecraft-perdido-modpack
- Owner: GregRos
- Created: 2023-06-22T15:09:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-25T13:21:41.000Z (7 months ago)
- Last Synced: 2024-11-06T10:29:43.718Z (about 2 months ago)
- Size: 838 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perdido Modpack
# Prerequisites
* Minecraft
* [MultiMC Launcher](https://multimc.org/)
* Java 17. Use [THIS LINK](https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_x64_windows_hotspot_17.0.7_7.msi) to install a version for Windows x64, or just go to https://adoptium.net/.# Installing
Download the MultiMC Instance for the modpack. You can find it under [Releases](https://github.com/GregRos/minecraft-perdido-modpack/releases/).
## Import to MultiMC
Open MutliMC and drag and drop the instance onto the blindingly white workspace:
It will open an import window. Click OK to create the instance.
![image-20230624130958029](./assets/image-20230624130958029.png)
It has now appeared:
![image-20230624131138352](./assets/image-20230624131138352.png)
## Check Java Version
Right click the modpack and choose `Edit Instance`:
Go to `Settings`:
Take a look at the `Java installation`:
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:
You will get a log like this. The launcher will download all the mods using the linked modpack metadata and then launch the game.
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:
* https://github.com/packwiz/packwiz/actions/runs/5134548748
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](./assets/image-20230624174829056.png)
And then run:
```
packwiz curseforge add complementary-shaders
```Or remove via:
```
packwiz remove complementary-shaders
```