Overview:
Madoku Craft: API is a Fabric library mod.
Features:
JSON file system.
- This system manages how JSON files are created, updated, and deleted.
- It also manages a JSON file's format.
Data system.
- This system manages how a world's save data is created, updated, and deleted.
- It creates world chunk and player data.
Scheduler system.
- This system manages how and when tick related events are executed.
- It also have an adapative interval mechanic to manage server performance.
Time system.
- This system creates a configurable Time system.
- It allows users to customize the Day and Night cycle.
Season system.
- This system creates a configurable Season system.
- It adds seasonal changes to a world.

