minecraft.nix
minecraft.nix copied to clipboard
add custom java arguments
Makes it possible to pass custom arguments to java launcher.
closes #33
Realized it would be useful to have it split into argsPrefix / argsPostfix since argument parsing is not identical at start & end.
If I understand it correctly, the argsPrefix is passed to jvm and argsPostfix is passed to the minecraft application, maybe we can switch to option names that are easier to understand?
Sure. What do you think they should be called?
I changed them to jvmArgs / appArgs. LMK what you think :)