Epic Fight - Invincible Lib
Contrary to possible associations, this mod is not related to the TV series of the same name. Its name should be understood as the opposite of "indestructible" and reflects the essence of the toolkit for developers.
This library is designed to simplify the process of creating and registering combinations for epic battles. It will be useful for both programmers and datapack authors, allowing easy construction of new weapon templates with advanced capabilities.
What can be implemented?
Thanks to Invincible Lib, users gain access to:
• Creating simple weapon skills through JSON files with customizable animations, icons, stack sizes and command execution • Development of complex combo systems with various key combinations and activation conditions • Adding entity afterimage effects and ground slam attacks through commands • Continuously growing functionality with regular updates
How to get started?
It's important to note that different versions of Epic Fight may differ in compatibility.
Usage example in code (Java):
// Demonstration of custom combinations
InvincibleDemoSkills.showCustomComboImplementation();
An example JSON file for a simple weapon skill is available in the configuration settings, where basic functionality for configuring animations and characteristics is presented.
For creating complex combinations, ready-made JSON file templates from the project configuration folder can be used.