An open API service indexing awesome lists of open source software.

https://github.com/satanicantichrist/mrpack-to-server

Turns .mrpack modpack to runnable server. With only mods that are needed on the server.
https://github.com/satanicantichrist/mrpack-to-server

generator minecraft modrinth mrpack server

Last synced: 8 months ago
JSON representation

Turns .mrpack modpack to runnable server. With only mods that are needed on the server.

Awesome Lists containing this project

README

          

# mrpack-to-server
Turns ```.mrpack``` modpack to runnable server. With only mods that are needed on the server.

Forge is unsuported for now
---

# Requirements
jq - for working with json data from modrinth api. ```apt install jq```

# Instalation:
To download run this command
```git clone https://github.com/satanicantichrist/mrpack-to-server.git```

# Usage
To generate server from ```.mrpack``` file, run this command
```server_generator.sh ```

Server will be outputed in to ```server``` folder.