Add support for Modrinth modpacks

This commit is contained in:
David Katz 2023-04-18 22:46:44 -07:00
parent a486c73c69
commit 77edb46b62
2 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Modrinth Generic
## This is a generic egg for Modrinth modpacks
You will need to give it a modpack project ID. The project ID for [Extreme Optimization!](https://modrinth.com/modpack/extreme-optimization!) is `1oIpaoJo` for example.
This can be found on the modpack page in the `Technical information` section in the left sidebar.
You can also optionally specify a version ID. If you do not specify a version ID, the latest version will be used. The version ID for [Extreme Optimization!](https://modrinth.com/modpack/extreme-optimization!) version 1.12.2For2.0 is `SyMW2FDv` for example. This can be found on the modpack page by clicking the version number in the `Versions` section.
The script will automatically setup of Forge, Fabric, or Quilt depending on the modpack.
## Server Ports
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
| Port | default |
|-------|---------|
| Game | 25565 |

File diff suppressed because one or more lines are too long