polymod.util
| .. | |
|---|---|
| DefineUtil | |
| DependencyUtil | Utilities for managing dependencies. Provides two key functions: - Ensure a mod is not loaded if a dependency is missing or has a mismatched version. - Ensure mods are loaded in the correct order (dependency mods before dependent mods). |
| Util | |
| VersionUtil | Remember, increment the patch version (1.0.x) if you make a bugfix, increment the minor version (1.x.0) if you make a new feature (but previous content is still compatible), and increment the major version (x.0.0) if you make a breaking change (e.g. new API or reorganized file format). |