jackassmc

Results 40 comments of jackassmc

@MagnusHJensen identified the root cause of this crash: `{"sorting": null}` in the config file. The same issue is present in 1.15. > This appears to be #128 which was fixed...

This is a valid use case and should be supported. Thank you for raising this issue! It might be possible to achieve this by specifying the environment as `client and...

The [fabric.mod.json v1 spec](https://fabricmc.net/wiki/documentation:fabric_mod_json_spec#optional_fields_mod_loading) allows a string or an array of strings but Fabric Loader 0.14.8 does not support an array of strings, it only supports `*`, `client`, and `server`...

This is a good idea, thanks!

Mod Menu now uses Crowdin for translations, translations should now get propagated between compatible languages automatically.

The Crowdin setting "Automatically fill in regional dialects" only propagates from the primary language (Spanish) to the regional dialects (Spanish, Mexican etc.).

Thank you for this bug report! This will be fixed in a future version of ModMenu.

The [ModSettings](https://github.com/magicus/ModSettings) mod provides an easy to access configuration screen for all installed mods.

Do you mean loading the version from `gradle.properties` in `ModMetadataParser`?

> Gradle has a json parser - you can simply read the file and set the version. Ah that sounds even better. I'll make a PR for the example mod.