DalekAPI
Powerful Tool for Creating Doctor Who Mod Addons
Want to add your own Daleks to Teab's Doctor Who Mod? Or create a new faction of Cybermen? DalekAPI is a convenient framework that significantly simplifies the development of custom addons, even if you're not an experienced modder.
This API handles all the complex technical aspects, allowing you to focus on what matters most - implementing creative ideas!
Benefits of Using Whoniverse API
-
Easy Creation: Forget about complex template code. Our optimized
DalekFactoryallows you to register a fully functional Dalek with custom textures using just a few lines of code. -
Rich Functionality: Your custom mobs automatically receive sophisticated artificial intelligence, sounds, loot tables, and characteristics from the base mod. They will organically fit into the game from the moment they appear.
-
Stability and Compatibility: The API is built with the future in mind. By providing a stable interface to the mod's functions, it eliminates the need for unreliable Mixins. This means your addons are less likely to break when the base mod updates and will have fewer conflicts with other mods.
For Players
This is a library/API mod. By itself, it doesn't add new content, mobs, or items to the game. It must be installed for other mods, such as Whoniverse Expanded or custom addons, to work correctly.
For Developers and Addon Creators
This is where the real magic begins. DalekAPI is designed as the easiest way to start developing your own content for Teab's Doctor Who Mod.
DalekFactory: A simple and powerful tool for registering your Dalek entities.AbstractDalekEntity: A base class that can be extended to give your mobs the built-in intelligence and functions of a standard Dalek.
Ready to create your own Dalek army? The best place to start is our detailed documentation on GitHub Wiki. It includes a complete guide that will walk you through the process of creating your first addon from start to finish.
Future Plans
Whoniverse API is an actively developing project. Here are some features planned for future implementation:
CybermanFactoryfor easy Cybermen creation- Support for other iconic Doctor Who entities
- Optional configurable multiplayer TARDIS fix allowing one TARDIS per player
Dependencies
- Teab's Doctor Who Mod (required)