Note
In each folder of this repository dedicated to an individual modpack, you’ll find a README file that contains a detailed table of mods included in the modpack. These tables provide valuable information about each mod, including its name
, dependencies
, and installation side
. I recommend reviewing these tables if you’d like to customize the modpack to your preferences.
Mods in these modpacks are divided into client-side and server-side for easier and faster installation. The archive with the mods can be downloaded from the releases.
If you're playing in single-player mode, you need to install only client-side mods, the archive with which can be downloaded from the releases. The contents of the archive should be placed in the root folder of your launcher.
Client-side mods, divided into mods and libs, are located in this repository at the following path:
modpack
└── client-side
├── libs
│ ├── lib.jar
│ └── ...
└── mods
├── mod.jar
└── ...
If you're playing on your own server, you'll also need to install mods on the server, the archive with which can be downloaded from the releases. The contents of the archive should be placed in the root folder of your server.
Some mods are visual and do not require installation on the server, while others may cause errors. To save you from manually removing unnecessary client-side mods, I've done this for you and placed the archive with server-side mods in the release.
Server-side mods, divided into mods and libs, are located in this repository at the following path:
modpack
└── server-side
├── libs
│ ├── lib.jar
│ └── ...
└── mods
├── mod.jar
└── ...
Don't forget to install mods on your computer as indicated in the Client-side installation section.