Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 897 Bytes

File metadata and controls

28 lines (21 loc) · 897 Bytes

BlackMagicAPI

BlackMagicAPI is a powerful BepInEx plugin that simplifies the process of adding custom spells to Mage Arena. The API provides an intuitive framework for spell, item, and crafting recipes creation, handling all the complex backend systems so modders can focus on design and effects.

Features

  • Simplified Spell Creation: Create new spells with minimal boilerplate code
  • Automatic Networking: Handles multiplayer synchronization automatically
  • Resource Management: Built-in asset loading system

Installation

  1. Prerequisites:

    • Mage Arena with BepInEx 5.4.21 or newer
    • FishUtilities
    • ModSync
  2. Installation:

    MageArena/
    └── BepInEx/
        └── plugins/
            └── BlackMagicAPI
     		   └── BlackMagicAPI.dll
    

Links