Getting Started
Requirements
System and FMOD Engine requirements for using FMOD API
Requirements
Before installing FMOD API, ensure your development environment meets these requirements.
📋 System Requirements
Minecraft Environment
- NeoForge 1.21.1+ minimum version
- Java 21+ runtime requirement
- Client-side only - no server-side dependencies
Development Environment
- Any Java IDE (IntelliJ IDEA, Eclipse, VS Code)
- Gradle for building your mod
- Git for version control (recommended)
🎵 FMOD Engine Requirements
Version Compatibility
- FMOD Engine 2.02.16 (or compatible version)
- FMOD Studio (optional, for advanced sound design)
Licensing
- Free for non-commercial use and indie development
- Commercial license required for commercial projects
- Revenue limits apply for free usage
Important: FMOD DLL files are NOT included due to licensing restrictions. You must download and install FMOD Engine separately.
Supported Platforms
- Windows (x64)
- macOS (Intel & Apple Silicon)
- Linux (x64)
📊 Performance Considerations
Minimum Specs
- 4GB RAM available to Minecraft
- Dedicated graphics card recommended
- SSD storage for faster loading
Recommended Specs
- 8GB+ RAM available to Minecraft
- Modern GPU with hardware audio acceleration
- NVMe SSD for optimal performance
Ready to install? Check out the Installation Guide!