-
-
Notifications
You must be signed in to change notification settings - Fork 884
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
Pixelmon Reforgeged from ATLauncher will download both server and client version #3764
Comments
Looking at {
"name": "Pixelmon Server",
"version": "8.1.2",
"url": "https://download.nodecdn.net/containers/reforged/server/release/8.1.2/Pixelmon-1.12.2-8.1.2-server.jar",
"file": "Pixelmon-1.12.2-8.1.2-server.jar",
"download": "direct",
"md5": "8c78b855f4958544dec483af4b49cc32",
"force": false,
"colour": "Green",
"type": "mods",
"client": false,
"optional": false,
"server": true,
"selected": false,
"recommended": true,
"hidden": false,
"library": false,
"description": "Pokemon in Minecraft.",
"website": "https://www.pixelmonmod.com/",
"authors": [
"PixelmonMod"
]
}, The issue here by the looks of it the server jar is being classed as a mod - which if this is the way that the ATLauncher system works its well... stupid. |
The important part is really: "client": false,
"optional": false,
"server": true, I already ignore optional mods, but forgot to ignore non-client mods. I've got a patch locally that resolves this, I just wasn't able to get the Pixelmon pack to finish installing. Will return to it shortly. |
Also @spannerman79 I suspect that's just a server-specifc build of Pixelmon, since it's still installed into mods. I can only assume it has the (perhaps large) client assets removed. |
what about turning "server": to false, ? |
Fixed by df7873e. |
Operating System
Windows
Description of bug
Downloading Pixelmon Reforget from ATLauncher integration of MULTIMC it will download both server version mod and client mod
Steps to reproduce
download Pixemon Reforget from ATlauncher
Suspected cause
I have to delete server version mod from be able to launch Pixelmon Reforged
This issue is unique
The text was updated successfully, but these errors were encountered: