Spellbook is a utility library (developed by Darkhax) designed to simplify common Hytale modding tasks. It provides helper methods for world manipulation, entity state checking, flexible item generation, and a lightweight testing framework.
Below is a breakdown of the core components with examples of how to use them in your plugin.
EntityHelper provides shortcuts for checking complex entity states that usually require multiple ECS (Entity Component System) lookups.