Welcome to the Temporal API Wiki - the official wiki for the Temporal API Minecraft modding framework.
Temporal API is a framework designed to simplify the whole development process by reducing boilerplate and letting modders focus only on unique features. It does not add gameplay features to players directly - it exists to help mod developers deliver content faster. It provides utilities, abstractions, and extension points to streamline mod development on NeoForge (currently only NeoForge).
The main goal of Temporal API is to make creating Minecraft mods easier and more flexible.
It provides foundational systems such as:
-
Object Factories
-
Event Handlers
-
Annotation Processors
-
Simplified Datagen using Annotations
-
Automated Registries and Events
-
And much more
All of these aim to reduce repetitive code and complexity for mod developers.
Temporal API supports these Minecraft versions:
| Minecraft Version | Loader | Latest API Version |
|---|---|---|
1.21.4 |
NeoForge |
1.8.4 |
1.21.1 |
NeoForge |
1.9.0 (recommended) |
1.20.1 |
Forge |
1.6.7 |
Temporal API is an evolving library - contributions are welcome!
Before contributing:
- Follow the coding and documentation standards
- Submit issues or pull requests via GitHub
- Or you can write to me directly in Discord:
w4t3rcs
If you need help, you can:
- Open issues on the GitHub repo
- Join the Team Temporal Discord
- Or you can write to me directly in Discord:
w4t3rcs
Temporal API is distributed under MIT on CurseForge.
Checkout the project Wiki and Example mod