Michael
Michael
Upgrading to use Cloth Config 7.0.65 is requiring me to also specify ModMenu's repo in my build.gradle. Why is this now required? Or is it a bug?
**Bug description** Crashes when I open the Identity menu Minecraft 1.18.2 Fabric Loader 0.14.6 Identity 2.3.0 **Game log:** ``` [20:48:01] [Render thread/ERROR]: Reported exception thrown! net.minecraft.class_148: Rendering screen at net.minecraft.class_757.method_3192(class_757.java:886)...
Is there an uninstall command to uninstall binaries installed with cargo-binstall? I tried deleting the symlink and binary from `~/.cargo/bin`, but `cargo-binstall` says the package is still installed, yet I...
Happening on `bevy = 0.11` and `bevy_rapier3d = 0.22.0` When I load a GLTF Scene that has a `scale` transform that downscales the scene and spawn Colliders for its meshes,...
[Crash]: Missing registry: ResourceKey[minecraft:root / enhancedcelestials:lunar/dimension_settings]
### Minecraft Version 1.19.2 ### Enhanced Celestials Version 5.0.0.2 ### Mod Loader Fabric ### Mod Loader Version 0.14.21 ### What happened? See error log, happens on server side I believe...
Support nested classes in Configs even if they're not inner static classes. Recursively finds all Comments from a root Config class. Fixes https://github.com/Draylar/omega-config/issues/22 Changes I made: - OmegaConfig properly traverses...
Was trying to use OmegaConfig instead of Cloth Config for my mod (https://www.curseforge.com/minecraft/mc-mods/spoorn-bounty-mobs), due to issues with Lists and Maps always reverting to default values: https://github.com/shedaniel/cloth-config/issues/104. Noticed that nested config...
I've been using OmegaConfig for my mods due to some bugs in Cloth Config and other config APIs. This is the cleanest and easiest config mod I've used and would...
Enum fields like `allow_reserved` in `ParameterValue` is not following the serde rename: https://github.com/GREsau/okapi/blob/d3bc6583dd828d37dc22f010ca8d51bfd1866a0a/okapi/src/openapi3.rs#L276-L298 It needs `rename_all_fields` specified to work on the enum fields: https://serde.rs/container-attrs.html This causes it to fail OpenAPI...