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.
- Host: GitHub
- URL: https://github.com/satanicantichrist/mrpack-to-server
- Owner: satanicantichrist
- License: mit
- Created: 2024-06-30T06:02:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T15:08:12.000Z (over 1 year ago)
- Last Synced: 2025-03-02T15:34:30.839Z (over 1 year ago)
- Topics: generator, minecraft, modrinth, mrpack, server
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.