Janrupf / mod-director

Automated mod downloading
https://www.curseforge.com/minecraft/mc-mods/moddirector
MIT License
13 stars 13 forks source link

OptiFine does not download anymore since website update #12

Closed JohnnyDabb2 closed 4 years ago

JohnnyDabb2 commented 4 years ago

I have been using this mod to get Optifine since the early days of my pack. It just started crashing recently and I don't know why.

latest.log

Janrupf commented 4 years ago

Looks like the OptiFine dev changed their website. The new version should be "follows": ["OptiFine 1.12.2 HD U F5"]

ACGaming commented 4 years ago

Indeed, the website has changed after years. This is my current working config for the latest 1.12.2 OptiFine:

{ "url": "https://optifine.net/adloadx?f=preview_OptiFine_1.12.2_HD_U_F6_pre1.jar", "follows": ["preview OptiFine 1.12.2 HD U F6 pre1"], "fileName": "OptiFine_1.12.2_HD_U_F6_pre1_MOD.jar", "options": { "launchwrapperTweakerForceNext": true } }

JohnnyDabb2 commented 4 years ago

thanks.