Steamopollys / Steamodded

A Balatro ModLoader
GNU General Public License v3.0
188 stars 42 forks source link

Load order dependency #182

Open english5040 opened 1 month ago

english5040 commented 1 month ago

Currently there is no way to declare that mod A depends on another mod B's code, such that mod A must be loaded after mod B; dependencies only check for existence.

(currently, as a workaround mod A can set a greater priority than mod B)