mirror of
https://github.com/pelican-eggs/games-standalone.git
synced 2024-11-22 18:32:30 +01:00
Add support for Modrinth modpacks
This commit is contained in:
parent
a486c73c69
commit
77edb46b62
18
game_eggs/minecraft/java/modrinth/README.md
Normal file
18
game_eggs/minecraft/java/modrinth/README.md
Normal 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 |
|
59
game_eggs/minecraft/java/modrinth/egg-modrinth-generic.json
Normal file
59
game_eggs/minecraft/java/modrinth/egg-modrinth-generic.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user