-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix FTB Egg #54
base: main
Are you sure you want to change the base?
Fix FTB Egg #54
Conversation
This should also resolve #46 |
This fille should use the egg-pterodactyl-name.json as it is exported from pterodactyl, all features are missing from the egg and please don't use the pterodactyl images as they have not been updated for months |
@QuintenQVD0 Okay, I will update the name. |
"features": null, --> "features": [
"eula",
"java_version",
"pid_limit"
], https://github.com/pelican-eggs/yolks?tab=readme-ov-file#java |
Added "features" to egg. Changed pterodactyl images to parkervcp images.
- FTB_MODPACK_VERSION_ID: the version id in the api. | ||
EX: for FTB: Interactions 2.0.2 the id is "86". `https://api.modpacks.ch/public/modpack/5/86` | ||
EX: for FTB: Interactions 2.0.2 the id is "86". `https://api.feed-the-beast.com/v1/modpacks/public/modpack/5/86` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link points to a "Modpack version not found"
Description
The FTB Egg does not currently work with the new FTB API #53.
Added Java 21 docker image, which is required by some new modpacks.
The install script used jdk 8 slim, which caused trouble when downloading the modpack server from FTB.
Instead it now uses jdk 21 slim.
The symlink for NeoForge unix_args was looking at the wrong directory, so that was also fixed.
I tested it with the FTB Direwolf20 newest version (1.8.2) and FTB Skies: Expert oldest version (1.0.1)
Checklist for all submissions
New egg Submissions