TESLA - this modification represents a power API designed to interact with elements, blocks, and entities from various mods through the TESLA energy network. Please note that alpha and beta versions are intended for mod authors and testers. Mods that support TESLA must be focused only on full versions! Using the alpha build may cause crashes in mods that require it!
To work with the TESLA API, it is recommended to use the Capability system within Forge. The concept is simple - capabilities are implementations of an interface that processes a specific type of logic related to TESLA. These capabilities can be attached to supported objects (tiles, items, and entities). When a capability is attached to an object, it gains access to the provided TESLA logic and becomes visible to other TESLA-supported objects.


