
Cursed Legacy API
Cursed Legacy API is a universal modular platform specifically designed for Minecraft version beta 1.7.3. This mod itself doesn't add any new gameplay content, but provides developers with a powerful set of tools and systems for creating their own modifications.
Main features for modders:
Game object creation:
- Adding custom blocks, items, entities, tile entities, and biomes
- Implementing custom terrain features and crafting recipes
- Localization system for content translation
Technical systems:
- Vanilla version compatibility checking
- Registries with remapping and synchronization capabilities
- Modern world generation system through decorators
- Fabric's Event API
- Configuration system based on ZoesteriaConfig library
Network capabilities:
- API for network communication
- Command system
- Interaction and lifecycle events
- Attached data for item instances and level properties
Graphical components:
- Integration with paulevs' corelib library
- Atlas API by chocohead for model handling
- Modern JSON model system for blocks and items
- Support for textures and simple models