WariumAPI
WariumAPI is the official (but independently maintained) API and library mod for the Warium ecosystem.
It provides a stable, lightweight foundation for addons, integrations, tooling, and extended systems built on top of Warium.
This mod is primarily intended for developers and advanced modpack creators who want to extend Warium cleanly, without copying internal logic or relying on unstable internals.
Overview
WariumAPI is designed to be:
- Lightweight and modular, with minimal runtime overhead
- Addon-friendly, exposing clear and structured extension points
- Stability-focused, avoiding unnecessary breaking changes
It acts as the shared contract between Warium and third-party addons.
Compatibility
WariumAPI works with:
- Warium
- WariumVS (Valkyrien Skies integration)
If you are developing vehicle systems, naval mechanics, physics-driven gameplay, or large-scale integrations, WariumAPI is the supported way to interface with both standard Warium content and WariumVS ships and vehicles.
Warium Integrations
For real-world examples and expanded compatibility, see Warium Integrations.
Warium Integrations:
- Demonstrates proper usage of WariumAPI
- Adds optional cross-mod compatibility modules
- Serves as a reference implementation for addon developers
The Warium Integrations page also links to the official Discord, where development discussion and support takes place.
Development & Maintenance Notes (Important)
This mod is:
- Developed and maintained by MC
- Not developed by Novum
- Not part of Warium’s core release schedule
Because of this:
- Updates may lag behind Warium itself
- Changes are conservative and stability-driven
- New features and fixes are added as time allows
This is intentional. The goal of WariumAPI is long-term reliability, not rapid iteration.
What This Mod Is NOT
To avoid confusion, WariumAPI is not:
- A content mod
- A gameplay expansion
- A replacement for Warium or WariumVS
- A guaranteed 1:1 mirror of Warium’s internal changes
- Intended for casual players without addon mods
If you are not using addons or integrations that depend on WariumAPI, you likely do not need this mod installed.
Community & Support
Development discussion, support, and integration help are handled via Discord:
Discord: https://discord.gg/c8rsE7hCc3
Source Code
WariumAPI is open-source and available on GitHub:
GitHub: https://github.com/NotMCGuy/wariumapi
The repository contains:
- Full API source
- Adapters and examples
- Developer documentation
Requirements
- Minecraft version matching Warium
- Required mod loader (as per Warium)
- Warium (required)
- WariumAPI (required for dependent addons)