Up
Up
Currently, the only way to specify a custom license is to use `"license": "https://some-url"`. While this works fine, modmenu will display it verbatim without the link being clickable. It would...
This PR fixes the api docs page by replacing the previous hackjob with a dedicated swagger-ui package built for astro. > [!NOTE] > Custom CSS seems to be broken, but...
NeoGradle 6 does not support gradle past 8.5. Currently, you only get a nondescript error and have to *guess* that this is the issue. Making it work with gradle 8.7...
Curseforge added a new boolean to their release metadata to mark files for manual release. This means that the file will not be published immediately when approved, but has to...
### Operating System N/A ### Web Browser N/A ### Issue description on https://wiki.quiltmc.org/en/introduction/setting-up there's a typo in one of the screenshots.  the second line should be `org.gradle.jvmargs` not `jwmargs`
The FML version checker currently ignores the received HTTP status code and treats every response as a success. This is with the exception of 3xx codes, which for some reason...
# Environment * JDK toolchain version: 25 * Gradle JDK version: 21 * Gradle version: 9.1.0 * `gradle-jextract` version: 0.5.0 * Operating system: Windows 11 # How does this bug...
Starting the application yields the following warning: ``` /venv/lib/python3.12/site-packages/passlib/pwd.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain...
In reference to #286, when adding a `ModLoadingIssue` with custom reason to the error list, it asks for a translation key and arguments, however, the translation from the mod's language...
Sometimes, a mod needs to abort the loading process and have the user close or restart the game. The best way to do so seems to be via `ModLoader.addLoadingIssue()` and...