You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor dependency injection to use default bindings map
Extracted default bindings and annotated bindings into separate helper methods to streamline dependency management. Updated `MinecraftGuiceModule` to utilize these maps, reducing repetitive code and improving maintainability. Introduced a constant for the plugin logger key to ensure consistency.
0 commit comments