comp500
comp500
This is an issue with the Modrinth website, I've reported it to Modrinth as requested in https://github.com/modrinth/code/issues/2640.
Screenshot to Clipboard uses Java's AWT library, which currently doesn't support Wayland. You might be able to fix this by using the [Jetbrains Runtime](https://github.com/JetBrains/JetBrainsRuntime/) as your JVM, as they've implemented...
This has indeed been the plan for some time, I've just been working on a "self-install" system that ensures users have up to date versions of packwiz, and to make...
Is Athena mislabeled? My assumption would be that a connected textures mod only needs to be installed on the client side, even though the blocks are added by a mod...
Yeah I don't think it's possible to specify "requires this mod but only on the client side". The most common mod compatibility problem with sidedness is that a client-side only...
Ahh I see what you mean now - the dependency is also set in the mod metadata itself, so it won't launch without the dependency? That makes sense... I think...
stunnel is intended for tunnelling a single TCP connection, not your whole internet connection - I don't think configuring your APN settings will work with it. Use a VPN, like...
I don't think it'd be that hard to read a global ignore file (I presume the existing code already supports cascading multiple ignore files together), I think it mainly needs...
> Does this just happen when the only available releases for a mod are marked as Alpha builds? I believe so, yes - projects with only alpha builds are not...
I think it would be possible (the bulk Get Files endpoint allows retrieving a file without a project ID) but might complicate the codebase a bit. I'm not sure how...