Description

Welcome to the Temporal API - the official page 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).
Core Purpose
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.
Support and Community
If you need help, you can:
- Open issues on the GitHub repo
- Join the Team Temporal [Discord](https://discord.gg/5dKKA4fUga)
- Or you can write to me directly in Discord: `w4t3rcs`
Contributing
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`
Want to Know More?
Check out the project Wiki and Example mod!
FAQ:
How do I suggest features or report Bugs?


