Description
Overview:
Madoku Craft: API is a Fabric library MOD required by all Madoku Craft MODs.
Features:
Dedicated JSON file system.
- This system manages how a MOD's JSON files are created, updated, and deleted.
Dedicated Data system.
- This system manages how a MOD saves and loads data.
- It can manage global and world specific data.
Dedicated Scheduler system.
- This system manages how events are scheduled and executed.
- It allows a MOD to hook into Minecraft's TICK system more consistently.
Dedicated INFO debug system.
- This system manages how INFO debugs are handled.
- It allows a MOD to toggle debugs on and off without adjusting the code.
Dedicated Clock system.
- This system creates a configurable time system.
- It ties all API systems together and allows users to change the time cycle.
Dedicated Season system.
- This system creates a configurable season system.
- It adds seasonal changes into a World and other systems.


