Skip to content
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

[F-Req] Custom Modpack Support #6618

Open
NullifyDev opened this issue Feb 10, 2025 · 3 comments
Open

[F-Req] Custom Modpack Support #6618

NullifyDev opened this issue Feb 10, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@NullifyDev
Copy link

NullifyDev commented Feb 10, 2025

Is this request related to a bug?

no.

Describe the request.

I have a single custom modpack compiled by friends and i want to join their modded server.

right now, i am having issues with mod loading because a certain mod is making the crash. this issue does not occur on PC. This isnt because "architecture" simply because Java has JVM which runs on its own bytecode, hence it being a Virtual Machine.

I gave the client 6224MB of memory out of the 7777MB thats left of my memory of 12GB and still crashes (ik its a modding prpblem. im just saying it as ome of the reasons as to why the launcher should have a custom modpack feature).

I only want to have Custom Modpack importing working. thats it. This should be a simple-ish implementation (considering the fact that mods can be loaded AND are browsable on the launcher AND pre-existing modpacks like Enigmatica 6 are downloadable). i dont want to go through the 300 Mods for hours on end only to add them one by one and test if they run on my Pixel 6 Pro.

also, side topic: where can i find the actually logged reasoning of a mod crashing the initialization without having to scroll through Java's asswipe stacktrace?

Anything else?

The way i am installing my custom compiled mods atm is by extracting whatever i compressed into a .tar.xz on my PC within a Prismlauncher Instance, moved it over to my phone and extracted everything into their place (i to the .minecraft folder).

@NullifyDev NullifyDev added the enhancement New feature or request label Feb 10, 2025
@VenomousSteam81
Copy link
Contributor

You are allocating wayyy too much ram, for starters. Also, just download the modpack on pc, and transfer to your phone.

@artdeell
Copy link
Member

where can i find the actually logged reasoning of a mod crashing the initialization without having to scroll through Java's asswipe stacktrace?

just read the damn stacktrace, it usually has everything you need to diagnose a problem

@NullifyDev
Copy link
Author

You are allocating wayyy too much ram, for starters. Also, just download the modpack on pc, and transfer to your phone.

Do i just copy paste the contents of the instance folder? and just go for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants