eggs/minecraft/java/ftb
Michael (Parker) Parker 7fae86bdc8
Merge pull request #910 from TekExplorer/add/image-selection-java
Add multiple images to minecraft java eggs
2021-01-08 13:19:16 -05:00
..
outdated restructure ftb 2020-12-13 22:56:31 +02:00
egg-ftb-modpacksch-server.json Add multiple java images to minecraft eggs 2021-01-05 19:39:42 +00:00
README.md Consistency fixes mainly 2021-01-05 19:28:45 -05:00

FTB Modpacks

A generic service to pull FTB modpacks from api.modpacks.ch. There are 2 ways to install a server through this service. The first method only requires you to know the modpacks name and version. The second method requires you to know the id for both the modpack and version in the api.

Method 1 (Recommended)

  • FTB_SEARCH_TERM: the modpack name to query for, must be at least 4 characters long. EX: for FTB: Interactions you would do "interactions".
  • FTB_VERSION_STRING: the string version that you want to install. EX: for FTB: Interactions 2.0.2, you would put "2.0.2".

Method 2

NOTE Not all FTB packs come with a server.properties file, due to this the server.properties file may not get updated with the correct ip address and port at first launch. Please restart the server after first launch to fix this.

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