-
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started & Modules
There are multiple downloadable components. While CAS can function with just the core file, we recommend downloading all components for full functionality:
- CAS (Core): Main plugin file; required for all other components.
- CAS MEs (Mod Elements): Adds mod-specific mod elements like a universal modded recipe element, compatible with all generators.
- Advanced CAS: Adds extended support for certain mods and features that don't require mod installation. Includes innovative functionality such as ChatGPT integration.
- Mod Lifecycles: Adds procedure blocks for handling mod states, lifecycle events, and more. Only available for Forge and NeoForge. Standart addition in main CAS.
To set up CAS in your workspace: 1. Open your workspace settings. 2. Navigate to the APIs section. 3. Select the mod(s) you want to use. If your mod has supported dependencies, select them as well. Otherwise, dependencies will be downloaded automatically.
Note: Some mods have dependencies that are supported by separate plugins. Download those plugins and enable them in the API section if required.
Avoid using too many mods in a single workspace, as it may lead to Gradle errors. If you're frequently switching mods, create separate workspaces and clear your Gradle cache regularly.
- Missing mod dependencies.
- Using outdated or deleted mod versions (especially when mod versions are removed from CurseForge).
- Mixins not enabled (for Forge users: install Advanced CAS and enable Mixins in APIs).
- Mod version mismatches with Minecraft or loader (rare).
Once correctly installed, you can fully utilize mod integration within MCreator.