-
Notifications
You must be signed in to change notification settings - Fork 15
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
Custom Install Dir not respected #4
Comments
As a temporary fix, i have symlinked ~/.minecraft to my actual minecraft folder. |
The home directory is hardcoded in the installer for ~/.minecraft on nix systems. XDG support would probably be the easiest solution and then the XDG_ variable could just be specified when launching the installer. Change would need to go here:
|
From the arch wiki, Minecraft won't support XDG variables so I'm not sure they even allow customization of install directories. Might want to cehckout how flatpak knows about the custom directory or if it's symlinked at runtime. A wallhack could be something with a custom var that is: /var/home/tomwagner/.var/app/com.mojang.Minecraft/data
Warning: my java is trash |
I feel like, because I provided a full custom path in the "Select Install Directory" in the Installer GUI, the installer should not deal with any variables or default locations at all, and install exactly at the provided path instead, but maybe I'm misunderstanding something. |
The installer just creates a "mods" or "iris-reserverd" folder for the fabric install linked to that location to draw from (iris-reserverd is for iris loader, and only meant for iris and sodium) we can't change that without breaking the installer |
So custom The wording "Select Install Directory" and the fact the button says |
Currently it only supports the default installation location for each OS. It may be possible to fix that, but currently it's not high on the priority list because there are other ways for users to get the mod when they want it |
I use Fedora 34 Linux and have minecraft installed via Flatpak, so my Minecraft is installed at
/var/home/tomwagner/.var/app/com.mojang.Minecraft/data/minecraft
.When using the installer, I provide this path as a custom Install Path, but the installation fails, with this output on the terminal:
No changed happen in the provided folder, but the new Iris version appears at
/var/home/tomwagner/.minecraft/versions
, which is not where my minecraft folder is at.The text was updated successfully, but these errors were encountered: