Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Client and server
Links
Creators
Tags
Library
Details
Licensed ARR
Published 5 months ago
RagnarCore is the foundation module of the Ragnar mod family. It does not add direct gameplay content on its own, but instead provides the core systems and infrastructure that other Ragnar mods rely on to work consistently and efficiently.
✨ Key Features
- Custom Attribute System: defines and registers new attributes that extend Minecraft’s vanilla ones (e.g., strength, agility, stamina).
- Internal API: exposes utilities and contracts for other mods to integrate in a standardized way.
- Common Event Handling: manages Forge hooks for balancing, calculations, and global interactions.
- Centralized Compatibility: acts as a shared bridge for Ragnar expansions, avoiding duplicated code.
- Stability & Modularity: ensures that dependent modules (like RagnarMobStats) can run smoothly with shared functionality.
🎯 Purpose
- RagnarCore is designed to make the Ragnar ecosystem modular, maintainable, and scalable. Without it, other Ragnar mods cannot function.


