comp500
comp500
There isn't a new URL download source as such, the packwiz format has always supported arbitrary URLs with any supported hash - the `url install` command is only a convenience...
The Modrinth pack format (not the same as the packwiz pack format, which shouldn't be uploaded to Modrinth) technically allows any URL, but the Modrinth website restricts the allowed URLs...
It's predicated on https://github.com/packwiz/packwiz/issues/66; wasn't implemented at the same time as the export command due to the additional complexity of looking up Modrinth metadata.
You might as well remove the GoVote class entirely at this point, it won't be shown as election day has already happened :P
Note that the DirectX interop technique I mentioned in https://github.com/comp500/BorderlessMining/issues/19#issuecomment-1146883582 (currently still working on it; have made good progress, will release a test build soon) should provide the best of...
I've updated the GLFW replacement test to 1.19.2: [borderless-mining-2.0.0-alpha.2-dev.b9c3c6c+1.19.2.jar.zip](https://github.com/comp500/BorderlessMining/files/9832437/borderless-mining-2.0.0-alpha.2-dev.b9c3c6c%2B1.19.2.jar.zip) (in a zip because GitHub restricts the file type) Now includes a patch for custom driver-added screen resolutions (see #26 and...
I've updated this to 1.19.2 and brought it into the main GLFW patch in #19; I've changed it so the 75Hz resolutions won't be listed, but it shouldn't switch out...
Note that the VESA Adaptive Sync standard for variable refresh rate displays (or proprietary technologies G-SYNC/FreeSync) is ***not*** the same as the "Adaptive *VSync*" (NVIDIA's term, AMD seems to call...
Modpack updating would certainly be beneficial, but I think it would be preferable for there to be an Update button rather than the update occurring whenever the pack is started....
If the `--default-host $host_arch-pc-windows-gnu` argument is removed from the rustup install command, I think any existing install of rustup will use the host value in `persist/rustup/.rustup/settings.toml` previously set by this...