-
Hello again 😅 As the title says, I want to detect connector to force enable/disable certain features. Can I rely on FabricLoader.getInstance().isModLoaded("connectormod"); Or there's something else I also need to check? |
Beta Was this translation helpful? Give feedback.
Answered by
Su5eD
Aug 12, 2023
Replies: 1 comment 1 reply
-
That check should be absolutely fine. Any sort of entrypoint a mod might have (preLaunch, main, mixin config) is only invoked after we have loaded all mod information into fabric loader. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
melontini
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That check should be absolutely fine. Any sort of entrypoint a mod might have (preLaunch, main, mixin config) is only invoked after we have loaded all mod information into fabric loader.