Consistency fixes mainly

Repairs consistency across these eggs and removes warning that was needed for the previous daemon system.
This commit is contained in:
Thomas Selwyn
2021-01-05 19:28:45 -05:00
Unverified
parent d0b308002a
commit a5453609ad
9 changed files with 37 additions and 6 deletions
@@ -8,3 +8,11 @@ This can be found on the modpack page in the `About Project` section in the uppe
This will grab the latest release when the version is set to latest.
It "should" grab versions of the pack based on the modpack version numbers
## 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 |
+9 -1
View File
@@ -4,4 +4,12 @@
This will download the latest jar for a specific forge version.
this has a fix for the broken 1.7.10 and 1.8.9 versions forge has
this has a fix for the broken 1.7.10 and 1.8.9 versions forge has
## 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 |