Geoff Bourne

Results 1034 comments of Geoff Bourne

Other people seem to have gotten ATM10 to work such as #3090 For future reference troubleshooting modpacks should not be filed as an enhancement request.

@chris-ware maybe you need to temporarily set `CF_FORCE_REINSTALL_MODLOADER` env var to "true". Also make sure you have re-pulled the latest image. I'm quite certain it's the latter -- you're missing...

And the merged example https://github.com/itzg/docker-minecraft-server/tree/master/examples/atm10

Sodium is a client-only mod. It should not be added to server side -- if another mod errors about the lack of sodium then exclude that mod.

My software is focused on server setup so I'm not able to troubleshoot general mod loading issues. Since you're manually supplying the mods there's no way for someone to try...

I'm starting to wonder if they're disallowing automated access and instead requiring usage via their website...

FWIW using a sharecode worked fine for me using: ```yaml services: mc: image: itzg/minecraft-server environment: EULA: true VANILLATWEAKS_SHARECODE: KcuEN2 ```

Thanks for the follow up @andre-paulo98 . That would explain why it's fairly sporadic when it succeeds or not. It worked fine with my recent, manual tests. An official API...

@andre-paulo98 I can locate when exactly this started failing, if that helps. It had been passing CI/CD tests for several years and then just suddenly started failing. At the same...

For the "tar" backup method right?