Skip to content

How to check whether an optional dependency is enabled or not in scripts? #5083

Closed Answered by Keoiki
MAZ12211 asked this question in Q&A
Discussion options

You must be logged in to vote

You can check the PolymodHandler.loadedModIds array to check if the wanted mod's id (i.e. its folder name) is contained within it.
Just a simple PolymodHandler.loadedModIds.contains("modID").

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MAZ12211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants