Madoku Craft: API
Madoku Craft: API is a fabric library MOD. It provides dedicated DATA, DEBUG, JSON, and other useful systems.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Madoku Craft: API
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.